mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
fix build for msvc2017
This commit is contained in:
parent
99c527702b
commit
02c46463d7
@ -19,8 +19,12 @@ IF NOT EXIST %environment% GOTO no_tools
|
|||||||
|
|
||||||
@ECHO %ACTION% %solution%
|
@ECHO %ACTION% %solution%
|
||||||
|
|
||||||
|
SET __CURRENT_DIR__=%CD%
|
||||||
CALL %environment% x86 >%SystemDrive%\nul 2>&1
|
CALL %environment% x86 >%SystemDrive%\nul 2>&1
|
||||||
ECHO Platform=x86 2> %log%
|
ECHO Platform=x86 2> %log%
|
||||||
|
CD /D %__CURRENT_DIR__%
|
||||||
|
SET __CURRENT_DIR__=
|
||||||
|
|
||||||
|
|
||||||
ECHO Configuration=DynDebug
|
ECHO Configuration=DynDebug
|
||||||
msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% %target%>> %log% || GOTO error
|
msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% %target%>> %log% || GOTO error
|
||||||
@ -35,8 +39,12 @@ msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% %targe
|
|||||||
ECHO Configuration=StaticRelease
|
ECHO Configuration=StaticRelease
|
||||||
msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% %target%>> %log% || GOTO error
|
msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% %target%>> %log% || GOTO error
|
||||||
|
|
||||||
|
SET __CURRENT_DIR__=%CD%
|
||||||
CALL %environment% x86_amd64 >%SystemDrive%\nul 2>&1
|
CALL %environment% x86_amd64 >%SystemDrive%\nul 2>&1
|
||||||
ECHO Platform=x64
|
ECHO Platform=x64
|
||||||
|
CD /D %__CURRENT_DIR__%
|
||||||
|
SET __CURRENT_DIR__=
|
||||||
|
|
||||||
|
|
||||||
ECHO Configuration=DynDebug
|
ECHO Configuration=DynDebug
|
||||||
msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% %target%>> %log% || GOTO error
|
msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% %target%>> %log% || GOTO error
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 14
|
# Visual Studio 15
|
||||||
VisualStudioVersion = 14.0.23107.0
|
VisualStudioVersion = 15.0.23107.0
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzmq", "libzmq\libzmq.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzmq", "libzmq\libzmq.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Loading…
Reference in New Issue
Block a user