]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE
DFCH: Some bugs Solved!!
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty_libraries_cmake.bat_TEMPLATE
index 4bf4111a0bc81e183ddcde48873b24cb3b74128f..7cf1ccbe79fda01a2dfa281ed51056147efbf5b3 100644 (file)
@@ -1,6 +1,32 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where the generation was made>
 
+echo thirdpartyGeneration=%thirdpartyGeneration%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling install_thirdparty_libraries_cmake.bat
+
 call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_thirdparty_libraries_cmake.log 2>&1
-cd ..
\ No newline at end of file
+
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file