]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
Updating scripts
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 007de6e7a4c0cd7d4f82123c7ec523822ac3132f..873a608049ca009a196bd299947ff66c64ed4f86 100644 (file)
@@ -18,33 +18,40 @@ echo -----------------------------------
 echo -------Calling Scripts-------------
 echo -----------------------------------
 
-cd scripts
+echo starting time
+time /t
+date /T
 
-echo Calling install_thirdparty_all.bat
+set scripts=%cd%\scripts
 
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install_generate_thirdparty.log 2>&1
+cd %scripts%
 
-echo Calling move_thirdparty_dlls.bat
+echo Calling install_thirdparty.bat
 
-call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
-echo Calling move_thirdparty_libraries.bat
+echo Calling generateThirdPartydllsExe.bat
 
-call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+cd %scripts%
 
-echo Calling install_thirdparty_libraries_cmake.bat
+start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+echo Calling generateThirdPartyLibExe.bat
 
-echo Calling install_thirdparty_dlls_cmake.bat
+cd %scripts%
 
-call install_thirdparty_dlls_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