From 6d5fd30367e97d13f7495ecb9173ce7b0df708ca Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Tue, 18 Oct 2011 14:33:28 +0000 Subject: [PATCH] DFCH: dlls script works :) --- Install_ThirdParty/scripts/creaThirdParty_dlls.bat | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 ----------------------------------- -- 2.45.0