]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Updating scripts
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 5915078c8d884f04ca8a82697c2ce8c6df8d8a24..873a608049ca009a196bd299947ff66c64ed4f86 100644 (file)
@@ -22,7 +22,9 @@ echo starting time
 time /t
 date /T
 
-cd scripts
+set scripts=%cd%\scripts
+
+cd %scripts%
 
 echo Calling install_thirdparty.bat
 
@@ -30,10 +32,14 @@ start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartydllsExe.bat
 
+cd %scripts%
+
 start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartyLibExe.bat
 
+cd %scripts%
+
 start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
 
 cd..