6 Aug
2009
6 Aug
'09
8:17 a.m.
Subj. Is there a [relatively non-invasive] way to break this dependency? As far as I can tell, STLPort itself makes no such assumption and builds in non-_STLP_DEBUG mode by default. I cannot use _STLP_DEBUG mode for other reasons...
The platform is Windows Mobile 5, Visual Studio 2008 (VC9)
It's to match what Boost.Build builds when you're using STLPort. If you're not using the Boost.Build built binaries then you might just as well disable auto-linking by defining BOOST_ALL_NO_LIB. HTH, John.