From d148c3ea5d346118e7b5af5bfacb8887da05023e Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Fri, 12 Feb 2016 14:43:06 +0100 Subject: [PATCH] Problem: no clue how to run gyp on Windows Solution: offer a build.bat to help the user. --- builds/gyp/build.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 builds/gyp/build.bat diff --git a/builds/gyp/build.bat b/builds/gyp/build.bat new file mode 100644 index 00000000..693de9e0 --- /dev/null +++ b/builds/gyp/build.bat @@ -0,0 +1,4 @@ +@echo off +:- Needs Visual Studio 2015 +"\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat" +msbuild /m /v:m project.sln