mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01: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
|
:: Usage: buildall.bat
|
||||||
|
|
||||||
:: Build all configurations for all solutions.
|
:: Build all configurations for all solutions.
|
||||||
|
call buildbase.bat ..\vs2017\libzmq.sln 17
|
||||||
|
ECHO.
|
||||||
CALL buildbase.bat ..\vs2015\libzmq.sln 14
|
CALL buildbase.bat ..\vs2015\libzmq.sln 14
|
||||||
ECHO.
|
ECHO.
|
||||||
CALL buildbase.bat ..\vs2013\libzmq.sln 12
|
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 log=build_%version%.log
|
||||||
SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
|
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%"
|
SET environment="%programfiles(x86)%\%tools%"
|
||||||
IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
|
IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
|
||||||
IF NOT EXIST %environment% GOTO no_tools
|
IF NOT EXIST %environment% GOTO no_tools
|
||||||
|
Loading…
Reference in New Issue
Block a user