]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Updating scripts
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 01faf825bec050f36074c6d3137317b5cac12671..5915078c8d884f04ca8a82697c2ce8c6df8d8a24 100644 (file)
@@ -18,33 +18,34 @@ echo -----------------------------------
 echo -------Calling Scripts-------------
 echo -----------------------------------
 
-cd scripts
-
-echo Calling install_thirdparty_all.bat
-
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install_generate_thirdparty.log 2>&1
-
-echo Calling move_thirdparty_dlls.bat
+echo starting time
+time /t
+date /T
 
-call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+cd scripts
 
-echo Calling move_thirdparty_libraries.bat
+echo Calling install_thirdparty.bat
 
-call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
-echo Calling install_thirdparty_dlls_cmake.bat
+echo Calling generateThirdPartydllsExe.bat
 
-call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
-echo Calling install_thirdparty_libraries_cmake.bat
+echo Calling generateThirdPartyLibExe.bat
 
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
 
-cd ..
+cd..
 
 echo -----------------------------------
 echo -------End of the Script-----------
 echo -----------------------------------
 
+echo ending time
+time /t
+date /T
+
 pause
+
 exit
\ No newline at end of file