Boost logo

Boost-Build :

From: johannes_stroemberg (johannes.stromberg_at_[hidden])
Date: 2004-01-19 12:56:26


Hi,

I am trying to build the boost libraries for MSVC (6.0,7.0,7.1) but I
am having trouble with the outputfiles having the same name in the
builds. I need different names for the libs/dlls depending on the
build environment. Like the following (regex example):

boost_regex_vc60.dll for 6.0 build
boost_regex_vc70.dll for 7.0 build
boost_regex_vc71.dll for 7.1 build

I would also like the ability to include a versionnumber in the name.

Is there any way of doing this?

 


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