]> Creatis software - creaToolsTools.git/commitdiff
DFCH: Template updated.
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Tue, 3 Jul 2012 08:45:41 +0000 (08:45 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Tue, 3 Jul 2012 08:45:41 +0000 (08:45 +0000)
Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE

index 6ef05bea5acf2dbf98407e9c929577643ce3abb1..4efe1bfa1cedd5ad642987777212bcc89defe50e 100644 (file)
@@ -10,7 +10,7 @@ set buildType=<debug|release|RelWithDebInfo>
 ::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%
@@ -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..