@echo off echo ----------------------------------- echo ---Setting Environment Variables--- echo ----------------------------------- set thirdpartyGeneration=e:\creatis\creaThirdPartyComplation\All-x64-D set buildType=debug ::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