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
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
@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 -----------------------------------