From: Diego Caceres Date: Tue, 18 Oct 2011 14:33:28 +0000 (+0000) Subject: DFCH: dlls script works :) X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=6d5fd30367e97d13f7495ecb9173ce7b0df708ca DFCH: dlls script works :) --- diff --git a/Install_ThirdParty/scripts/creaThirdParty_dlls.bat b/Install_ThirdParty/scripts/creaThirdParty_dlls.bat index b3ce867..fff5def 100644 --- a/Install_ThirdParty/scripts/creaThirdParty_dlls.bat +++ b/Install_ThirdParty/scripts/creaThirdParty_dlls.bat @@ -9,7 +9,7 @@ set thirdpartyGeneration=%1 set installpath=%thirdpartyGeneration%\thirdparty_install set binpath=%thirdpartyGeneration%\thirdparty_bin set sourcepath=%thirdpartyGeneration%\thirdparty_source -set creaThirdPartydlls = %thirdpartyGeneration%\creaThirdParty +set creaThirdPartydlls=%thirdpartyGeneration%\creaThirdParty set qt=Qt-4.7.3 set wxWidgets=wxWidgets-2.9.2 @@ -84,8 +84,6 @@ echo ----------------------------------- cd %creaThirdPartydlls% mkdir %boost%\lib -copy /V /Y %BOOSTDIR%\stage\lib\ - copy /V /Y %BOOSTDIR%\stage\lib\boost_date_time-vc100-mt-1_47.dll %boost%\lib copy /V /Y %BOOSTDIR%\stage\lib\boost_date_time-vc100-mt-gd-1_47.dll %boost%\lib copy /V /Y %BOOSTDIR%\stage\lib\boost_filesystem-vc100-mt-1_47.dll %boost%\lib @@ -122,9 +120,9 @@ echo ----------------------------------- @echo on cd %creaThirdPartydlls% -mkdir %xcercesc%\lib +mkdir %xercesc%\lib -copy /V /Y %XERCESDIR%\Build\Win32\VC10\Release%xerces-c_3_1.dll %xcercesc%\lib +copy /V /Y %XERCESDIR%\Build\Win32\VC10\Release\xerces-c_3_1.dll %xercesc%\lib @echo off echo -----------------------------------