From 2854983342189128d3e63bd5055d09ac0394ed92 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 24 Jul 2017 21:01:00 -0700 Subject: [PATCH] Add windows configure script --- script/configure.cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 script/configure.cmd 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 .