]> Creatis software - creaToolsTools.git/commitdiff
DFCH: the install.log now in the script folder
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Tue, 11 Oct 2011 15:15:28 +0000 (15:15 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Tue, 11 Oct 2011 15:15:28 +0000 (15:15 +0000)
Install_ThirdParty/install_thirdparty.bat_TEMPLATE

index 3ee701a05bdff21db7947fcc98cc6690a02b439e..7f940e7d077008942b7dd8b933ef0319c192d2fb 100644 (file)
@@ -3,6 +3,6 @@ set thirdpartyGeneration=<directory where you want to generate>
 set buildType=<debug|release|RelWithDebInfo>
 
 cd scripts
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% 
+call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install.log 2>&1
 cd ..