From: Diego Caceres Date: Mon, 12 Dec 2011 08:47:33 +0000 (+0000) Subject: DFCH: Boost Changes X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=90227b5917db09ab63d56cc5c0ba0198f2698649 DFCH: Boost Changes --- diff --git a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat index ed2a4e0..a58ae04 100644 --- a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat +++ b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat @@ -77,34 +77,37 @@ echo ----------------------------------- echo -------------Boost----------------- echo ----------------------------------- -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_filesystem-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_filesystem-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_graph-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_graph-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_iostreams-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_iostreams-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_prg_exec_monitor-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_prg_exec_monitor-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_program_options-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_program_options-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_regex-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_regex-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_serialization-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_serialization-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_signals-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_signals-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_system-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_system-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_thread-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_thread-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_unit_test_framework-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_unit_test_framework-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wave-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wave-vc100-mt-gd-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wserialization-vc100-mt-1_47.dll %creaThirdPartydlls% -copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wserialization-vc100-mt-gd-1_47.dll %creaThirdPartydlls% +set boostMT=-vc100-mt-1_47.dll +set boostMTGD=-vc100-mt-gd-1_47.dll + +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_filesystem%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_filesystem%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_graph%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_graph%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_iostreams%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_iostreams%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_prg_exec_monitor%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_prg_exec_monitor%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_program_options%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_program_options%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_regex%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_regex%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_serialization%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_serialization%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_signals%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_signals%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_system%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_system%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_thread%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_thread%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_unit_test_framework%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_unit_test_framework%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wave%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wave%boostMTGD% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wserialization%boostMT% %creaThirdPartydlls% +copy /V /Y %BOOSTINSTALLDIR%\lib\boost_wserialization%boostMTGD% %creaThirdPartydlls% echo -----------------------------------