]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
ThirdPartyLibraries script updates
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 8fb233e288c4c19875c440e2810fb2a03fd44e5c..6863283f04b0521d5c75e5054671409dfccbd2c2 100644 (file)
@@ -18,19 +18,27 @@ echo -----------------------------------
 echo -------Calling Scripts-------------
 echo -----------------------------------
 
+echo starting time
+time /t
+date /T
+
 cd scripts
 
+echo Calling download_ThirdPartySW.bat
+
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadTP.log 2>&1
+
 echo Calling install_thirdparty.bat
 
 start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartydllsExe.bat
 
-start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration%
+start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartyLibExe.bat
 
-start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration%
+start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
 
 cd..
 
@@ -38,6 +46,10 @@ echo -----------------------------------
 echo -------End of the Script-----------
 echo -----------------------------------
 
+echo ending time
+time /t
+date /T
+
 pause
 
 exit
\ No newline at end of file