1
0

Build fixes

This commit is contained in:
Scott E. Graves
2017-03-23 13:54:26 -05:00
parent 616478bfff
commit 06815ad171
6 changed files with 89 additions and 54 deletions

View File

@@ -1,9 +1,8 @@
@echo off
set ROOT=%~dp0%
pushd "%ROOT%"
set PATH=%ROOT%..\..\bin;%PATH%
pushd "%ROOT%"
mkdir automate >NUL 2>&1
mkdir chromium_git >NUL 2>&1
mkdir depot_tools >NUL 2>&1