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