Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-29 05:25:06


I've just implemented a simpler wholesale syntax for seached libraries. It's
now possible to write:

exe hello : hello.cpp hello.rc [ lib a b c d ] ;

or

lib a b c d ;
exe hello : hello.cpp hello.rc a b c d ;

instead of

lib a : : <name>a ;
....
lib d : : <name>d ;
exe hello : hello.cpp hello.rc a b c d ;

Hope you'll like it ;-)

- 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