From b07e0b587dd59311b19413f31f91b47c1def2594 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Sun, 10 Jun 2012 18:02:22 +0000 Subject: [PATCH] Updating scripts --- Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE | 4 ---- Install_ThirdParty/scripts/install_thirdparty.bat | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.45.1