]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE
Added the installation of qt4-qmake in the installation script.
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty_libraries_cmake.bat_TEMPLATE
index a5a19e283d551f2a6407ee18a5771f9667b5bf39..7cf1ccbe79fda01a2dfa281ed51056147efbf5b3 100644 (file)
@@ -1,6 +1,32 @@
+@echo off
 
-set thirdpartylib_folder=C:\Temp\ThirdParty\creaThirdParty_libraries
+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
-call install_thirdparty_libraries_cmake.bat  %thirdpartylib_folder% >> install_thirdparty_libraries_cmake.log 2>&1
-cd ..
\ No newline at end of file
+
+echo Calling install_thirdparty_libraries_cmake.bat
+
+call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_thirdparty_libraries_cmake.log 2>&1
+
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file