[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Possible error in dependency checking a lots of other points
From: |
Johan Holmberg |
Subject: |
Re: Possible error in dependency checking a lots of other points |
Date: |
Sat, 26 Jan 2002 00:13:17 +0100 (MET) |
On Wed, 23 Jan 2002, Nadim Khemir wrote:
> How does one assemble files (Win32)?
>
I guess the reason there isn't support for that by default
is that most Win32-users don't have an assebler installed ...
But you could use my Cons::Plus module.
There you can do stuff like:
Language "Win32 Resources",
SRC_SUFFIX => ".rc",
OBJ_SUFFIX => ".res",
PREFIX => "RC",
ENV => {
RCCOM => "%RC %RCFLAGS %_IFLAGS /fo%> %<",
RC => "rc"
};
Just substitute the corresponding names/commands/extensions for your
assembler.
See
ftp://mercury.iar.se/jhftp/cons/
ftp://mercury.iar.se/jhftp/cons/cons-plus.pdf
for more info on Cons::Plus.
/Johan Holmberg
- Possible error in dependency checking a lots of other points, Nadim Khemir, 2002/01/23
- Re: Possible error in dependency checking a lots of other points, Steven Knight, 2002/01/23
- RE: Possible error in dependency checking a lots of other points, Greg Spencer, 2002/01/23
- RE: Possible error in dependency checking a lots of other points, Charles Crain, 2002/01/23
- RE: Possible error in dependency checking a lots of other points, Greg Spencer, 2002/01/23
- Re: Possible error in dependency checking a lots of other points, Michael Polis, 2002/01/23
- Re: Possible error in dependency checking a lots of other points, Brad Garcia, 2002/01/23
- RE: Possible error in dependency checking a lots of other points, Greg Spencer, 2002/01/23
- RE: Possible error in dependency checking a lots of other points, Charles Crain, 2002/01/23
Re: Possible error in dependency checking a lots of other points, Brad Garcia, 2002/01/23
Re: Possible error in dependency checking a lots of other points,
Johan Holmberg <=
Re: Possible error in dependency checking a lots of other points, Johan Holmberg, 2002/01/25