X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_thirdparty.bat_TEMPLATE;h=5e6d1d0227411b993324433d7ac79f302f7c80c9;hb=d631774b1f73906d3cc5b0ce97b6ded6491e7cfb;hp=30a235fd0e75a8b6dd6e41fe23d53fa34120120a;hpb=eb32b3dc49cda5356c52ed045e8ff13fa1e374dd;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_thirdparty.bat_TEMPLATE index 30a235f..5e6d1d0 100644 --- a/Install_ThirdParty/install_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty.bat_TEMPLATE @@ -1,8 +1,36 @@ +@echo off + +echo ----------------------------------- +echo ---Setting Environment Variables--- +echo ----------------------------------- set thirdpartyGeneration= -set buildType= +set buildType= + + +echo thirdpartyGeneration=%thirdpartyGeneration% +echo buildType=%buildType% + +echo ----------------------------------- +echo ---End Setting Global Variables---- +echo ----------------------------------- + +echo ----------------------------------- +echo -------Calling Scripts------------- +echo ----------------------------------- cd scripts -call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% + +echo Calling install_thirdparty_all.bat + +call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% >> install.log 2>&1 + cd .. +echo ----------------------------------- +echo -------End of the Script----------- +echo ----------------------------------- + +pause + +exit