Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2004-07-04 13:00:57


David Abrahams wrote:
>"Reece Dunn" <msclrhd_at_[hidden]> writes:
>
> > I have written a Metrowerks CodeWarrior toolset. It has not been
>extensively
> > tested (debug, library/archive builds, etc.).
> >
> > Q: Are there any plans for a workaround for response files on Metrowerks
>and
> > GCC since they don't support them?
>
>Metrowerks certainly does support response files.

Is that for CW 8+ because I am using CW 6.1 and can't find any information
about them.

NOTE: There is a bug in the compoile actions, here is the corrected version:

actions compile.c
{
$(.CC) -c -lang c -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(USER_CFLAGS) -I-
-I"$(INCLUDES)" -o "$(<)" "$(>)"
}
actions compile.c++
{
$(.CC) -c -lang c++ -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(USER_CFLAGS) -I-
-I"$(INCLUDES)" -o "$(<)" "$(>)"
}

Regards,
Reece

_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now!
http://toolbar.msn.co.uk/

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk