@echo off echo ----------------------------------- echo ---Setting Environment Variables--- echo ----------------------------------- set thirdpartyGeneration=E:\creatis\creaThirdPartyComplation\All-x64-R set buildType=release ::Set the following line ON if you want to force x86 compilation set forcex86=OFF call scripts/tpl_variables.bat call scripts/makeAll.bat pause exit