X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_generate_thirdparty.bat_TEMPLATE;h=4efe1bfa1cedd5ad642987777212bcc89defe50e;hb=d15b5f3a5a5f8bc41f7ecc77ec9fa00c26892896;hp=6ef05bea5acf2dbf98407e9c929577643ce3abb1;hpb=67a0a4de0e7d0b76e4bd6e1727da7802bb77fcf7;p=creaToolsTools.git 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..