]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
Added the installation of qt4-qmake in the installation script.
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.bat_TEMPLATE
index 3ee701a05bdff21db7947fcc98cc6690a02b439e..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
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% 
+
+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