]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_generate_thirdparty-x86Debug.bat
2425 creaToolsTools Bug New Normal Thirdparty Library win compilation
[creaToolsTools.git] / Install_ThirdParty / install_generate_thirdparty-x86Debug.bat
1
2 @echo off
3
4 echo -----------------------------------
5 echo ---Setting Environment Variables---
6 echo -----------------------------------
7
8 set thirdpartyGeneration=E:\creatis\creaThirdPartyComplation\All-x86-D
9 set buildType=debug
10
11 ::Set the following line ON if you want to force x86 compilation
12 set forcex86=ON
13
14 call scripts/tpl_variables.bat
15
16 call scripts/makeAll.bat
17
18 pause
19
20 exit