X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Fmove_thirdparty_dlls.bat;h=9a07814d6cf916576ff159f45474f25676360876;hb=08f457dd1db042b7acb9f8cda0f02a0764e3623e;hp=a58ae0445edb0546636f31a6450ce9909de31f87;hpb=0b7edc57e91a37a9ce8fafc3730871b4d4ca083f;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat index a58ae04..9a07814 100644 --- a/Install_ThirdParty/scripts/move_thirdparty_dlls.bat +++ b/Install_ThirdParty/scripts/move_thirdparty_dlls.bat @@ -16,7 +16,7 @@ set creaThirdPartydlls=%thirdpartyGeneration%\thirdparty_temp\creaThirdParty_dll set qt=Qt-4.7.3 set wxWidgets=wxWidgets-2.9.2 -set boost=Boost-1.47.0 +set boost=Boost-1.46.1 set xercesc=xerces-c-3.1.1 set itk=InsightToolkit-3.20.0 set gdcm=gdcm @@ -77,8 +77,8 @@ echo ----------------------------------- echo -------------Boost----------------- echo ----------------------------------- -set boostMT=-vc100-mt-1_47.dll -set boostMTGD=-vc100-mt-gd-1_47.dll +set boostMT=-vc100-mt-1_46_1.dll +set boostMTGD=-vc100-mt-gd-1_46_1.dll copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time%boostMT% %creaThirdPartydlls% copy /V /Y %BOOSTINSTALLDIR%\lib\boost_date_time%boostMTGD% %creaThirdPartydlls%