Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-10-09 04:56:02


I'm currently about to implement "use-requirements", which are
requirements propagated to targets that use one which specifies
"use-requirements". To make specifying them clearer, I'd like to change
"default-build" syntax, for example:

exe a : a.cpp
: borland:<cxxflags>-w-8080
: use-requirements <define>SOME_MACROS <find-library>pcre
: default-build debug release
;

I.e. to make "default-build" section explicitly identified. What are
opinions on that? (Note that it's not likely to require much typing,
because in V2 it's possible to define "default-build" once for project
-- no need to repeat for each exe)

- 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