
10 Mar
2005
10 Mar
'05
3:48 p.m.
I need to build boost (more precisely Boost.Regex) on MSVC6 with Dinkumware (ie. resulting dynamic libraries should link directly with Dinkumware C++ runtime). Any ideas how to do it?
There's no great magic going on in the build process, if you need to do something special you could just build the regex sources from your IDE, and then define BOOST_REGEX_NO_LIB when linking to stop auto-link references to the "normal" libraries being inserted in your object files. John.