Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
a464eec7
Commit
a464eec7
authored
Feb 01, 2016
by
sunkin351
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added "udp_address" and "udp_engine" to enable windows build
Altered VS2015 files to enable building of the library.
parent
d7ef68d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
libzmq.vcxproj
builds/msvc/vs2015/libzmq/libzmq.vcxproj
+12
-0
libzmq.vcxproj.filters
builds/msvc/vs2015/libzmq/libzmq.vcxproj.filters
+18
-0
No files found.
builds/msvc/vs2015/libzmq/libzmq.vcxproj
View file @
a464eec7
...
@@ -66,6 +66,14 @@
...
@@ -66,6 +66,14 @@
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
>
<Linkage-libsodium
/>
<Option-sodium
/>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"
>
<Linkage-libsodium
/>
<Option-sodium
/>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
/>
...
@@ -121,6 +129,8 @@
...
@@ -121,6 +129,8 @@
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
...
@@ -240,6 +250,8 @@
...
@@ -240,6 +250,8 @@
<ClCompile
Include=
"..\..\..\..\src\thread.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\thread.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\timers.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\timers.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\trie.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\trie.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
...
...
builds/msvc/vs2015/libzmq/libzmq.vcxproj.filters
View file @
a464eec7
...
@@ -241,6 +241,15 @@
...
@@ -241,6 +241,15 @@
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
>
<Filter>
src
</Filter>
<Filter>
src
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\dish.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\radio.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\timers.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_address.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\udp_engine.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
@@ -522,6 +531,15 @@
...
@@ -522,6 +531,15 @@
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
>
<Filter>
src\include
</Filter>
<Filter>
src\include
</Filter>
</ClInclude>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\dish.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\radio.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\timers.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
<Filter
Include=
"include"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment