From c75a04be9213f6d1e2c0c1ee03f202aa3f5ec71f Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Mon, 11 Jun 2012 18:14:29 +0000 Subject: [PATCH] DFCH: Updating script --- Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE index 873a608..a2306a9 100644 --- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE @@ -26,6 +26,12 @@ set scripts=%cd%\scripts cd %scripts% +echo Calling download_ThirdPartySW.bat + +call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1 + +cd %scripts% + echo Calling install_thirdparty.bat start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType% -- 2.45.0