]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/move_thirdparty_dlls.bat
Feature #1525 --- creaThirdParty Libraries (Debug version)
[creaToolsTools.git] / Install_ThirdParty / scripts / move_thirdparty_dlls.bat
index d538fcede2b2e0e6235d302e9e3171d3bfbc58df..6fd5b65f2a2c6f4e340727725e08045d43e8a799 100644 (file)
@@ -48,14 +48,13 @@ echo if(%buildType%=="release")(
        set qtBtype=4
        set wxPrefixBase=wxbase28
        set wxPrefixmsw=wxmsw28
-       set boostMT=-vc100-mt-1_49.dll
-       set boostMTGD=-vc100-mt-gd-1_49.dll
-       ) 
-::else (
-::echo set qtBtype=d4
-::echo set wxPrefixBase=wxbase293d
-::echo set wxPrefixmsw=wxmsw293d
-::echo )
+       set xercesFile=xerces-c_3_1.dll
+) else (
+       set qtBtype=d4
+       set wxPrefixBase=wxbase28d
+       set wxPrefixmsw=wxmsw28d
+       set xercesFile=xerces-c_3_1D.dll
+)
 
 
 if %x86Comp%==ON (
@@ -134,6 +133,9 @@ echo -----------------------------------
 echo -------------Boost-----------------
 echo -----------------------------------
 
+set boostMT=-vc100-mt-1_49.dll
+set boostMTGD=-vc100-mt-gd-1_49.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%
@@ -168,7 +170,7 @@ echo -----------------------------------
 echo -------------Xcerces---------------
 echo -----------------------------------
 
-copy /V /Y %XERCESDIR%\Build\%winType%\VC10\Release\xerces-c_3_1.dll %creaThirdPartydlls%
+copy /V /Y %XERCESDIR%\Build\%winType%\VC10\%buildType%\%xercesFile% %creaThirdPartydlls%
 
 echo -----------------------------------
 echo -------------ITK-------------------