From: Diego Caceres Date: Tue, 11 Oct 2011 15:15:28 +0000 (+0000) Subject: DFCH: the install.log now in the script folder X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=919ff28ec9d0cc22cf90101f7a428349d8a30fc7;p=creaToolsTools.git DFCH: the install.log now in the script folder --- diff --git a/Install_ThirdParty/install_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_thirdparty.bat_TEMPLATE index 3ee701a..7f940e7 100644 --- a/Install_ThirdParty/install_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty.bat_TEMPLATE @@ -3,6 +3,6 @@ set thirdpartyGeneration= set buildType= cd scripts -call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% +call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% >> install.log 2>&1 cd ..