From 7115f60b91b5717d90f643fd692010905c7004db Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Thu, 31 May 2018 11:36:08 -0700 Subject: Blast 1.1.3. See docs/release_notes.txt. --- buildtools/get_build_deps.cmd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 buildtools/get_build_deps.cmd (limited to 'buildtools/get_build_deps.cmd') diff --git a/buildtools/get_build_deps.cmd b/buildtools/get_build_deps.cmd new file mode 100755 index 0000000..2e87f50 --- /dev/null +++ b/buildtools/get_build_deps.cmd @@ -0,0 +1,8 @@ +@echo Getting build tool dependencies for %1 ... +@call "%~dp0packman5\packman.cmd" pull "%~dp0build_platform_deps.xml" --platform %1 +@if %ERRORLEVEL% neq 0 ( + @exit /b %errorlevel% +) else ( + @echo Done! +) + -- cgit v1.2.3