]> Creatis software - creaToolsTools.git/blob - 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
1 @echo off
2
3 echo -----------------------------------
4 echo ---Setting Environment Variables---
5 echo -----------------------------------
6
7 set thirdpartyGeneration=<directory where the generation was made>
8
9 echo thirdpartyGeneration=%thirdpartyGeneration%
10
11 echo -----------------------------------
12 echo ---End Setting Global Variables----
13 echo -----------------------------------
14
15 echo -----------------------------------
16 echo -------Calling Scripts-------------
17 echo -----------------------------------
18
19 cd scripts
20
21 echo Calling install_thirdparty_libraries_cmake.bat
22
23 call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> install_thirdparty_libraries_cmake.log 2>&1
24
25 cd ..
26
27 echo -----------------------------------
28 echo -------End of the Script-----------
29 echo -----------------------------------
30
31 pause
32 exit