mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Updated buildbase and buildall to work with visual studio 2017
This commit is contained in:
parent
f86053b985
commit
020ff65efa
@ -2,6 +2,8 @@
|
||||
:: Usage: buildall.bat
|
||||
|
||||
:: Build all configurations for all solutions.
|
||||
call buildbase.bat ..\vs2017\libzmq.sln 17
|
||||
ECHO.
|
||||
CALL buildbase.bat ..\vs2015\libzmq.sln 14
|
||||
ECHO.
|
||||
CALL buildbase.bat ..\vs2013\libzmq.sln 12
|
||||
|
@ -12,6 +12,7 @@ if NOT "%target%" == "" set target=/t:%target%&set ACTION=Cleaning
|
||||
|
||||
SET log=build_%version%.log
|
||||
SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
|
||||
if "%version%" == "17" SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
|
||||
SET environment="%programfiles(x86)%\%tools%"
|
||||
IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
|
||||
IF NOT EXIST %environment% GOTO no_tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user