]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_generate_thirdparty-x86Release.bat
2425 creaToolsTools Bug New Normal Thirdparty Library win compilation
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty-x86Release.bat
1
2 @echo off
3
4 echo -----------------------------------
5 echo ---Setting Environment Variables---
6 echo -----------------------------------
7
8 set thirdpartyGeneration=e:\creatis\creaThirdPartyComplation\All-x86-R
9 set buildType=release
10
11 ::The following line sets wxWidgets version. Set it ON if you want to compile wxWidgets 2.8.12
12 ::The following line set swxWidgets version. Set it OFF if you want to compile wxWidgets 2.9.3
13 set wxStable=ON
14 ::Set the following line ON if you want to force x86 compilation
15 set forcex86=ON
16
17 call scripts/tpl_variables.bat
18
19 call scripts/makeAll.bat
20
21 pause
22
23 exit