]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
DFCH: the install.log now in the script folder
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.bat_TEMPLATE
index 30a235fd0e75a8b6dd6e41fe23d53fa34120120a..7f940e7d077008942b7dd8b933ef0319c192d2fb 100644 (file)
@@ -1,8 +1,8 @@
 
 set thirdpartyGeneration=<directory where you want to generate>
-set buildType=<Debug|Release|RelWithDebInfo>
+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 ..