::The following line set swxWidgets version. Set it OFF if you want to compile wxWidgets 2.9.3
set wxStable=<ON|OFF>
::Set the following line ON if you want to force x86 compilation
-set forcex86=OFF
+set forcex86=<ON|OFF>
echo thirdpartyGeneration=%thirdpartyGeneration%
echo Calling install_thirdparty.bat
-start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
+start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType% %forcex86%
echo Calling generateThirdPartydllsExe.bat
cd %scripts%
-start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
+start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
echo Calling generateThirdPartyLibExe.bat
cd %scripts%
-start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
+start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
cd..