X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2FgenerateThirdPartydllsExe.bat;h=92ef1cf4494cce978813a201b9a33cdbebe3e815;hb=146c16561058cab6cfc5e66fbd162e8c0987dfbd;hp=71ef1ffb8ba5c49a622ea5537f65994ac2b44f95;hpb=7c7181bc9b1ac202817b9d02c64807dc685590ef;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat b/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat index 71ef1ff..92ef1cf 100644 --- a/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat +++ b/Install_ThirdParty/scripts/generateThirdPartydllsExe.bat @@ -4,12 +4,14 @@ 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% %buildType% %x86Comp% >> 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% %buildType% %x86Comp% >> 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