mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Problem: no clue how to run gyp on Windows
Solution: offer a build.bat to help the user.
This commit is contained in:
parent
8bee4e2547
commit
d148c3ea5d
4
builds/gyp/build.bat
Normal file
4
builds/gyp/build.bat
Normal 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
|
Loading…
x
Reference in New Issue
Block a user