]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty_dlls_cmake.bat_TEMPLATE
Added the installation of qt4-qmake in the installation script.
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty_dlls_cmake.bat_TEMPLATE
index 8e1525cb61c8df3d72e8f25c96c7138649dcd75f..747e7c2ede647c5edaac2a41593797086d4dc2f0 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_dlls_cmake.bat
+
 call install_thirdparty_dlls_cmake.bat  %thirdpartyGeneration% >> install_thirdparty_dlls_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