Add windows configure script

This commit is contained in:
Max Brunsfeld 2017-07-24 21:01:00 -07:00
parent 2f37b03a45
commit 2854983342

3
script/configure.cmd Normal file
View file

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