]> Creatis software - creaToolsTools.git/commitdiff
DFCH: dlls script works :)
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Tue, 18 Oct 2011 14:33:28 +0000 (14:33 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Tue, 18 Oct 2011 14:33:28 +0000 (14:33 +0000)
Install_ThirdParty/scripts/creaThirdParty_dlls.bat

index b3ce8670b492b406f558608c3bb1628415494001..fff5defa11764edda38b5995e59ca5e2b9da450f 100644 (file)
@@ -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 -----------------------------------