|
Boost Interest : |
From: Miguel A. Figueroa-Villanueva (miguelf_at_[hidden])
Date: 2008-06-30 18:16:09
Hello,
I'm using the boost cmake build with BUILD_VERSIONED turned off.
However, I still get all these libs:
boost_date_time-mt-gd.dll
boost_date_time-mt-gd.lib
boost_date_time-mt.dll
boost_date_time-mt.lib
libboost_date_time-mt-gd.lib
libboost_date_time-mt-s.lib
libboost_date_time-mt-sgd.lib
libboost_date_time-mt.lib
libboost_date_time-s.lib
libboost_date_time-sgd.lib
Is this the intended behavior? I thought that by turning
BUILD_VERSIONED off it would only create one version of the file which
should be named boost_date_time.lib or something similar depending on
platform and type of build...
I want to verify if this is the intended behavior or not. If it is
not, then I can try to help fix this.
--Miguel