]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Updating scripts
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 8fb233e288c4c19875c440e2810fb2a03fd44e5c..873a608049ca009a196bd299947ff66c64ed4f86 100644 (file)
@@ -18,7 +18,13 @@ echo -----------------------------------
 echo -------Calling Scripts-------------
 echo -----------------------------------
 
-cd scripts
+echo starting time
+time /t
+date /T
+
+set scripts=%cd%\scripts
+
+cd %scripts%
 
 echo Calling install_thirdparty.bat
 
@@ -26,11 +32,15 @@ start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartydllsExe.bat
 
-start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration%
+cd %scripts%
+
+start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartyLibExe.bat
 
-start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration%
+cd %scripts%
+
+start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
 
 cd..
 
@@ -38,6 +48,10 @@ echo -----------------------------------
 echo -------End of the Script-----------
 echo -----------------------------------
 
+echo ending time
+time /t
+date /T
+
 pause
 
 exit
\ No newline at end of file