From: Diego Caceres Date: Sun, 10 Jun 2012 18:02:22 +0000 (+0000) Subject: Updating scripts X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=b07e0b587dd59311b19413f31f91b47c1def2594 Updating scripts --- diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE index 6863283..5915078 100644 --- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE @@ -24,10 +24,6 @@ date /T cd scripts -echo Calling download_ThirdPartySW.bat - -call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadTP.log 2>&1 - echo Calling install_thirdparty.bat start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType% diff --git a/Install_ThirdParty/scripts/install_thirdparty.bat b/Install_ThirdParty/scripts/install_thirdparty.bat index 0c09b9f..5efef74 100644 --- a/Install_ThirdParty/scripts/install_thirdparty.bat +++ b/Install_ThirdParty/scripts/install_thirdparty.bat @@ -3,6 +3,10 @@ set thirdpartyGeneration=%1 set buildType=%2 +echo Calling download_ThirdPartySW.bat + +call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1 + echo Calling install_thirdparty_all.bat call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% >> installThirdParty.log 2>&1