]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
DFCH: Updating script
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
index 01faf825bec050f36074c6d3137317b5cac12671..a2306a963ed10af4d1fedf712381e8f83c50f03e 100644 (file)
@@ -18,33 +18,46 @@ 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 download_ThirdPartySW.bat
 
-call move_thirdparty_dlls.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1
 
-echo Calling move_thirdparty_libraries.bat
+cd %scripts%
 
-call move_thirdparty_libraries.bat %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+echo Calling install_thirdparty.bat
 
-echo Calling install_thirdparty_dlls_cmake.bat
+start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
-call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+echo Calling generateThirdPartydllsExe.bat
 
-echo Calling install_thirdparty_libraries_cmake.bat
+cd %scripts%
 
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_generate_thirdparty.log 2>&1
+start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
-cd ..
+echo Calling generateThirdPartyLibExe.bat
+
+cd %scripts%
+
+start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
+
+cd..
 
 echo -----------------------------------
 echo -------End of the Script-----------
 echo -----------------------------------
 
+echo ending time
+time /t
+date /T
+
 pause
+
 exit
\ No newline at end of file