@echo off echo ----------------------------------- echo ---Setting Environment Variables--- echo ----------------------------------- set thirdpartyGeneration=<..directory where you want to generate..> set buildType= ::Set the following line ON if you want to force x86 compilation set forcex86= call scripts/tpl_variables.bat call scripts/makeAll.bat pause exit