From: Diego Caceres Date: Tue, 3 Jul 2012 08:45:41 +0000 (+0000) Subject: DFCH: Template updated. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=d15b5f3a5a5f8bc41f7ecc77ec9fa00c26892896 DFCH: Template updated. --- 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..