aboutsummaryrefslogtreecommitdiff
path: root/buildtools/get_build_deps.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/get_build_deps.cmd')
-rwxr-xr-xbuildtools/get_build_deps.cmd8
1 files changed, 8 insertions, 0 deletions
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!
+)
+