0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 23:51:04 +08:00

Problem: libzmq uses different build.bat style than zproject

Solution: at least for vs2015, add vs2015/build.bat to work the
same was as zproject.
This commit is contained in:
Pieter Hintjens 2016-02-07 10:34:33 +01:00
parent 07cba2307d
commit e0f02bdfb8

View File

@ -0,0 +1,2 @@
@ECHO OFF
call ../build/buildbase.bat ..\vs2015\mysolution.sln 14