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
5dc44a63
Commit
5dc44a63
authored
May 06, 2012
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #335 from jdc8/master
Fix for issue 355 and fix for compile error with Visual C++ 2008
parents
47dbd4aa
37e4a38e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
libzmq.vcproj
builds/msvc/libzmq/libzmq.vcproj
+13
-8
libzmq.vcxproj
builds/msvc/libzmq/libzmq.vcxproj
+3
-2
No files found.
builds/msvc/libzmq/libzmq.vcproj
View file @
5dc44a63
...
...
@@ -42,6 +42,7 @@
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024 -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"0"
PreprocessorDefinitions=
"NOMINMAX"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
...
...
@@ -258,10 +259,18 @@
RelativePath=
"..\..\..\src\ctx.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\dealer.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\decoder.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\device.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\devpoll.cpp"
>
...
...
@@ -402,6 +411,10 @@
RelativePath=
"..\..\..\src\req.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\router.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\select.cpp"
>
...
...
@@ -450,14 +463,6 @@
RelativePath=
"..\..\..\src\xpub.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\xrep.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\xreq.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\xsub.cpp"
>
...
...
builds/msvc/libzmq/libzmq.vcxproj
View file @
5dc44a63
...
...
@@ -106,7 +106,9 @@
<ClCompile
Include=
"..\..\..\src\address.cpp"
/>
<ClCompile
Include=
"..\..\..\src\clock.cpp"
/>
<ClCompile
Include=
"..\..\..\src\ctx.cpp"
/>
<ClCompile
Include=
"..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\src\decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\device.cpp"
/>
<ClCompile
Include=
"..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\src\encoder.cpp"
/>
...
...
@@ -144,6 +146,7 @@
<ClCompile
Include=
"..\..\..\src\reaper.cpp"
/>
<ClCompile
Include=
"..\..\..\src\rep.cpp"
/>
<ClCompile
Include=
"..\..\..\src\req.cpp"
/>
<ClCompile
Include=
"..\..\..\src\router.cpp"
/>
<ClCompile
Include=
"..\..\..\src\select.cpp"
/>
<ClCompile
Include=
"..\..\..\src\session_base.cpp"
/>
<ClCompile
Include=
"..\..\..\src\signaler.cpp"
/>
...
...
@@ -156,8 +159,6 @@
<ClCompile
Include=
"..\..\..\src\thread.cpp"
/>
<ClCompile
Include=
"..\..\..\src\trie.cpp"
/>
<ClCompile
Include=
"..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\src\xrep.cpp"
/>
<ClCompile
Include=
"..\..\..\src\xreq.cpp"
/>
<ClCompile
Include=
"..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\src\zmq.cpp"
/>
<ClCompile
Include=
"..\..\..\src\zmq_utils.cpp"
/>
...
...
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