]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/generateThirdPartyLibExe.bat
ThirdPartyLibraries script updates
[creaToolsTools.git] / Install_ThirdParty / scripts / generateThirdPartyLibExe.bat
index 2f7c752965f48e81ea49c2c35463dd5480d2ad7c..a6260985cee00810729e36e8bda3ac4b8cf99bca 100644 (file)
@@ -1,13 +1,14 @@
 @echo off
 
 set thirdpartyGeneration=%1
+set buildType=%2
 
 echo Calling move_thirdparty_libraries.bat
 
-call move_thirdparty_libraries.bat %thirdpartyGeneration% >> generateThirdpartyLibExe.log 2>&1
+call move_thirdparty_libraries.bat %thirdpartyGeneration% %buildType% >> generateThirdpartyLibExe.log 2>&1
 
 echo Calling install_thirdparty_libraries_cmake.bat
 
-call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> generateThirdpartyLibExe.log 2>&1
+call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% %buildType% >> generateThirdpartyLibExe.log 2>&1
 
 exit
\ No newline at end of file