Skip to content

Commit

Permalink
Problem: no clue how to run gyp on Windows
Browse files Browse the repository at this point in the history
Solution: offer a build.bat to help the user.
  • Loading branch information
hintjens committed Feb 12, 2016
1 parent 8bee4e2 commit d148c3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builds/gyp/build.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d148c3e

Please sign in to comment.