X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2FgenerateThirdPartydllsExe.bat;h=92ef1cf4494cce978813a201b9a33cdbebe3e815;hb=8f439546eec74ecb08a8f3da6d248cdc33d5c7be;hp=5a51ef3ad00d53aeaa8ac2cd17eb424f15a78a22;hpb=a4e1ceabcd5228309dd2dd60e00fb452bfbd5302;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat b/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat index 5a51ef3..92ef1cf 100644 --- a/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat +++ b/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat @@ -1,13 +1,17 @@ @echo off set thirdpartyGeneration=%1 +set buildType=%2 +set x86Comp=%3 + +set LogFolder=%thirdpartyGeneration%\installLog echo Calling move_thirdparty_dlls.bat -call move_thirdparty_dlls.bat %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1 +call move_thirdparty_dlls.bat %thirdpartyGeneration% %buildType% %x86Comp% >> %LogFolder%\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% %x86Comp% >> %LogFolder%\generateThirdpartydllsExe.log 2>&1 exit \ No newline at end of file