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