@echo off echo ----------------------------------- echo ---Setting Environment Variables--- echo ----------------------------------- set thirdpartyGeneration=e:\creatis\creaThirdPartyComplation\All-x86-R set buildType=release ::The following line sets wxWidgets version. Set it ON if you want to compile wxWidgets 2.8.12 ::The following line set swxWidgets version. Set it OFF if you want to compile wxWidgets 2.9.3 set wxStable=ON ::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