diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /buildtools/get_build_deps.cmd | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-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-x | buildtools/get_build_deps.cmd | 8 |
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!
+)
+
|