Fix configure batch script and add test batch script

This commit is contained in:
Max Brunsfeld 2017-08-07 15:36:14 -07:00
parent a2670a39dc
commit b03e9a636f
3 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,3 @@
git submodule update --init --recursive
.\externals\gyp\gyp project.gyp --depth .
.\externals\gyp\gyp tests.gyp --depth .
call .\externals\gyp\gyp.bat project.gyp --depth .
call .\externals\gyp\gyp.bat tests.gyp --depth .