]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
DFCH: Some bugs Solved!!
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.bat_TEMPLATE
index 7f940e7d077008942b7dd8b933ef0319c192d2fb..5e6d1d0227411b993324433d7ac79f302f7c80c9 100644 (file)
@@ -1,8 +1,36 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where you want to generate>
 set buildType=<debug|release|RelWithDebInfo>
 
+
+echo thirdpartyGeneration=%thirdpartyGeneration%
+echo buildType=%buildType%
+
+echo -----------------------------------
+echo ---End Setting Global Variables----
+echo -----------------------------------
+
+echo -----------------------------------
+echo -------Calling Scripts-------------
+echo -----------------------------------
+
 cd scripts
+
+echo Calling install_thirdparty_all.bat
+
 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install.log 2>&1
+
 cd ..
 
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+
+exit