Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-07 23:55:12


pfrants wrote:
> Is it possible in V2? Would be a reason to start using it :-)

I believe it is possible.

exe main : main.cpp a.cpp b.cpp object_which_needs_special_treatment ;
obj object_which_needs_special_treatment : source.cpp : <optimization>off ;

IOW, in V2 you can get away with creating object with the necessary
properties, there's no need to create a library.

- Volodya

 


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