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