22 Aug
2012
22 Aug
'12
11:33 a.m.
Hello, I'm using Boost under MSVC (build from source). Can I change the output library name of the compiled libs? Under unix systems the libs are named: libboost_<sublib>.so Under Windows ( http://www.boost.org/doc/libs/1_50_0/more/getting_started/windows.html#or-si... ) there are a lot of other information in the filename. So I need only a special build type (no debug, mt, etc), so I would like to tell b2, that the name of the libraries are only boost_<sublib>.dll under Windows. How can I do this renaming on the compiling call? Thanks Phil