Boost logo

Boost-Build :

From: diddekio (d.griffioen_at_[hidden])
Date: 2003-07-23 10:10:01


--- In jamboost_at_[hidden], David Abrahams <gclbb-jamboost_at_m...>
wrote:
> Dirk Griffioen <d.griffioen_at_H...> writes:
>
> > Hi,
> >
> > If I do something like <linkflags>"/NODEFAULTLIB:libcd" inside a
template
> > definition it ends up on the commandline like
\NODEFAULTLIB:libcd - this is
> > a problem beacause now the linker thinks it's a library ("\/"
does not
> > help). (This is for vc7 with buildsystem v1.)
>
> Try
>
> <linkflags>-NODEFAULTLIB:libcd
>
> instead.
>
thanks!

>>And secondly - is there a way to create a rule that calls a source
>>generator,
or a rule that I can give a command to be executed,
with make I can say things like:
bla.exe : bla.cpp \
bloe.cpp
echo blabla
and make will say blabla. (or something more usefull)
does boost.build have a facility like this?

>
> v2 supports all versions of msvc. I have:
>
> using msvc : 6.5 ;
> using msvc : 7 ;
> using msvc : 7.1 ;
> using gcc : 3.2 ;
> using borland : : c:/tools/Borland/bcc55 ;
>
> in my site-config.jam.
sorry - wasnt looking. found vc7 in new/msvc.mak. working on it. ()

Dirk

 


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