]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty.bat
DFCH: Update for x84 and x64 bit compilation
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty.bat
index 2799438ca6050e43d364653df334eb24a8faf9c8..bcd0f3d56e5a94a828a1b58621cc8e173037a3da 100644 (file)
@@ -2,10 +2,10 @@
 
 set thirdpartyGeneration=%1
 set buildType=%2
-
+set x86Comp=%3
 
 echo Calling install_thirdparty_all.bat
 
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> installThirdParty.log 2>&1
+call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% %x86Comp% >> installThirdParty.log 2>&1
 
 exit