Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-20 15:59:10


It works for me:

cd c:/temp/experiments/
myjam -sTOOLS=msvc -d+2 -sBUILD="debug <define>FOOBAR"
-------

    C:\tools\msvc6\VC98\bin\cl /Zm400 -nologo -GX -c -DFOOBAR /Zi
-------------------------------------------------------^^^^^^^^
/Od /Ob0 /GX /GR
MDd -I"e:\boost-build" -I"." -I"C:\tools\msvc6\VC98\include" -Fo"e:\boos
t-build\bin\x\msvc\debug\runtime-link-dynamic\x.obj" -Tp"x.cpp"

x.cpp

        IF EXIST
"e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.CMD" del /f/q
"e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.CMD"

    echo "e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.obj"
"e:\boost-build\bin\registry\msvc\debug\runtime-link-dynamic\registry.lib"
>> "e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.CMD"

    C:\tools\msvc6\VC98\bin\link /nologo /INCREMENTAL:NO /DEBUG /DLL
/PDB:"e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.pdb"
/out:"e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.dll"
/LIBPATH:C:\tools\msvc6\VC98\lib
@"e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.CMD"

   Creating library
e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.lib and object
e:\boost-build\bin\x\msvc\debug\runtime-link-dynamic\x.exp

----- Original Message -----
From: "Thomas Witt" <witt_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, November 20, 2001 12:07 PM
Subject: [boost] build free-features

>
> It seems like, currently free features cannot be specified via BUILD
variable.
> Is there any reason for this?
>
> The idea is to add a msgstyle feature to mwerks tools. It does not affect
> link compat. and it should be configurable on a per user basis, so neither
a
> plain feature nor the Jamfile are an option.
>
> Thomas
>
>
> --
> Dipl.-Ing. Thomas Witt
> Institut fuer Verkehrswesen, Eisenbahnbau und -betrieb, Universitaet
Hannover
> voice: +49(0) 511 762 - 4273, fax: +49(0) 511 762-3001
> http://www.ive.uni-hannover.de
>
> Info: http://www.boost.org Unsubscribe:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk