From d15b5f3a5a5f8bc41f7ecc77ec9fa00c26892896 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Tue, 3 Jul 2012 08:45:41 +0000 Subject: [PATCH] DFCH: Template updated. --- .../install_generate_thirdparty.bat_TEMPLATE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE index 6ef05be..4efe1bf 100644 --- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE @@ -10,7 +10,7 @@ set buildType= ::The following line set swxWidgets version. Set it OFF if you want to compile wxWidgets 2.9.3 set wxStable= ::Set the following line ON if you want to force x86 compilation -set forcex86=OFF +set forcex86= echo thirdpartyGeneration=%thirdpartyGeneration% @@ -41,19 +41,19 @@ cd %scripts% 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.. -- 2.45.0