]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
#3405 creaToolsTools Feature New Normal - vtk8itk5wx3-macos
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty.bat_TEMPLATE
1
2
3 @echo off
4
5 echo -----------------------------------
6 echo ---Setting Environment Variables---
7 echo -----------------------------------
8
9 set thirdpartyGeneration=<..directory where you want to generate..>
10 set buildType=<debug|release>
11
12 ::Set the following line ON if you want to force x86 compilation
13 set forcex86=<ON|OFF>
14
15 call scripts/tpl_variables.bat
16
17 call scripts/makeAll.bat
18
19 pause
20
21 exit