Problem: no clue how to run gyp on Windows

Solution: offer a build.bat to help the user.
This commit is contained in:
Pieter Hintjens 2016-02-12 14:43:06 +01:00
parent 8bee4e2547
commit d148c3ea5d

4
builds/gyp/build.bat Normal file
View File

@ -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