X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Install_ThirdParty%2Fscripts%2FgenerateThirdPartydllsExe.bat;h=cb61a8b830f0919060db54aa8e50fa555a6fb353;hb=4a364787d3f71bd8010767cd1b7ec3befda665f4;hp=5a51ef3ad00d53aeaa8ac2cd17eb424f15a78a22;hpb=e0ac25351b3a05358f33f18d1df155fd68f47de8;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat b/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat index 5a51ef3..cb61a8b 100644 --- a/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat +++ b/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat @@ -1,13 +1,14 @@ @echo off set thirdpartyGeneration=%1 +set buildType=%2 echo Calling move_thirdparty_dlls.bat -call move_thirdparty_dlls.bat %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1 +call move_thirdparty_dlls.bat %thirdpartyGeneration% %buildType% >> generateThirdpartydllsExe.log 2>&1 echo Calling install_thirdparty_dlls_cmake.bat -call install_thirdparty_dlls_cmake.bat %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1 +call install_thirdparty_dlls_cmake.bat %thirdpartyGeneration% %buildType% >> generateThirdpartydllsExe.log 2>&1 exit \ No newline at end of file