]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE
Added the installation of qt4-qmake in the installation script.
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_dlls.bat_TEMPLATE
index 2884ef691063be92c68410517747242aedc0413a..962fe23a37c8a40d226db63a035ebf5ac9059d81 100644 (file)
@@ -1,8 +1,33 @@
+@echo off
 
-set thirdpartyGeneration=<directory where you have generated thirdparty_dlls>
-set thirdpartyInstallPath=<directory where you want to move the 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 move_thirdparty_dlls.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_dlls.log 2>&1
+
+echo Calling move_thirdparty_dlls.bat
+
+call move_thirdparty_dlls.bat %thirdpartyGeneration% >> move_thirdparty_dlls.log 2>&1
+
 cd ..
 
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
+