]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/generateThirdPartyLibExe.bat
DFCH: ThirdParty Libraries installer generator working -- script tested and updated...
[creaToolsTools.git] / Install_ThirdParty / scripts / generateThirdPartyLibExe.bat
index a6260985cee00810729e36e8bda3ac4b8cf99bca..cef5541d07bdb6b0c0d50fc1a38da0f9b795ac98 100644 (file)
@@ -2,13 +2,14 @@
 
 set thirdpartyGeneration=%1
 set buildType=%2
+set x86Comp=%3
 
 echo Calling move_thirdparty_libraries.bat
 
-call move_thirdparty_libraries.bat %thirdpartyGeneration% %buildType% >> generateThirdpartyLibExe.log 2>&1
+call move_thirdparty_libraries.bat %thirdpartyGeneration% %buildType% %x86Comp% >> generateThirdpartyLibExe.log 2>&1
 
 echo Calling install_thirdparty_libraries_cmake.bat
 
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% %buildType% >> generateThirdpartyLibExe.log 2>&1
+call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% %buildType% %x86Comp% >> generateThirdpartyLibExe.log 2>&1
 
 exit
\ No newline at end of file