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
f96ebba7
Commit
f96ebba7
authored
Jul 22, 2014
by
evoskuil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add socks files to VS2010 builds, update VS2012/2010 filters.
parent
126b9d3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
2 deletions
+32
-2
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+4
-0
libzmq.vcxproj.filters
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
+14
-1
libzmq.vcxproj.filters
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
+14
-1
No files found.
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
f96ebba7
...
...
@@ -113,6 +113,8 @@
<ClInclude
Include=
"..\..\..\..\src\pgm_sender.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\pgm_socket.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\pipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
...
...
@@ -211,6 +213,8 @@
<ClCompile
Include=
"..\..\..\..\src\session_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\signaler.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks_connecter.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\stream.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\stream_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\sub.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
View file @
f96ebba7
...
...
@@ -220,6 +220,12 @@
<ClCompile
Include=
"..\..\..\..\src\gssapi_client.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socks.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socks_connecter.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -480,6 +486,12 @@
<ClInclude
Include=
"..\..\..\..\src\gssapi_client.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
@@ -525,4 +537,4 @@
<Filter>
resource
</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
View file @
f96ebba7
...
...
@@ -220,6 +220,12 @@
<ClCompile
Include=
"..\..\..\..\src\gssapi_client.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socks.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socks_connecter.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -480,6 +486,12 @@
<ClInclude
Include=
"..\..\..\..\src\gssapi_client.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
@@ -525,4 +537,4 @@
<Filter>
resource
</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
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