diff --git a/script/configure.cmd b/script/configure.cmd new file mode 100644 index 00000000..77819efc --- /dev/null +++ b/script/configure.cmd @@ -0,0 +1,3 @@ +git submodule update --init --recursive +.\externals\gyp\gyp project.gyp --depth . +.\externals\gyp\gyp tests.gyp --depth .