X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2FgenerateThirdPartyLibExe.bat;h=4294739be587ad2a01390d02b287f5690dbdd78d;hb=b727adeb6b109220bef43a58efdb4e87964ffc67;hp=2f7c752965f48e81ea49c2c35463dd5480d2ad7c;hpb=a4e1ceabcd5228309dd2dd60e00fb452bfbd5302;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/generateThirdPartyLibExe.bat b/Install_ThirdParty/scripts/generateThirdPartyLibExe.bat index 2f7c752..4294739 100644 --- a/Install_ThirdParty/scripts/generateThirdPartyLibExe.bat +++ b/Install_ThirdParty/scripts/generateThirdPartyLibExe.bat @@ -1,13 +1,17 @@ @echo off set thirdpartyGeneration=%1 +set buildType=%2 +set x86Comp=%3 + +set LogFolder=%thirdpartyGeneration%\installLog echo Calling move_thirdparty_libraries.bat -call move_thirdparty_libraries.bat %thirdpartyGeneration% >> generateThirdpartyLibExe.log 2>&1 +call move_thirdparty_libraries.bat %thirdpartyGeneration% %buildType% %x86Comp% >> %LogFolder%\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% %x86Comp% >> %LogFolder%\generateThirdpartyLibExe.log 2>&1 exit \ No newline at end of file