cons-discuss
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]