aboutsummaryrefslogtreecommitdiff
path: root/buildtools/get_build_deps.cmd
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
committerBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
commit7115f60b91b5717d90f643fd692010905c7004db (patch)
treeeffd68c6978751c517d54c2f2bb5bb6e7dc93e18 /buildtools/get_build_deps.cmd
parentUpdating BlastTool zip (diff)
downloadblast-1.1.3_rc1.tar.xz
blast-1.1.3_rc1.zip
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
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!
+)
+