mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
d148c3ea5d
Solution: offer a build.bat to help the user.
5 lines
139 B
Batchfile
5 lines
139 B
Batchfile
@echo off
|
|
:- Needs Visual Studio 2015
|
|
"\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"
|
|
msbuild /m /v:m project.sln
|