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
c5cca55c
Commit
c5cca55c
authored
May 12, 2014
by
Olaf Mandel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build files to include metadata
This became necessary after
b9c27481
parent
d58dfa49
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
1 deletion
+15
-1
Makefile.mingw32
builds/mingw32/Makefile.mingw32
+1
-1
libzmq.vcproj
builds/msvc/vs2008/libzmq/libzmq.vcproj
+2
-0
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+1
-0
libzmq.vcxproj.filters
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
+3
-0
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+1
-0
libzmq.vcxproj.filters
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
+3
-0
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+1
-0
libzmq.vcxproj.filters
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
+3
-0
No files found.
builds/mingw32/Makefile.mingw32
View file @
c5cca55c
...
...
@@ -3,7 +3,7 @@ CFLAGS=-Wall -Os -g -DDLL_EXPORT -DFD_SETSIZE=1024 -DZMQ_USE_SELECT -I.
LIBS
=
-lws2_32
OBJS
=
ctx.o reaper.o dist.o err.o
\
clock.o random.o
\
clock.o
metadata.o
random.o
\
object.o own.o
\
io_object.o io_thread.o
\
lb.o fq.o
\
...
...
builds/msvc/vs2008/libzmq/libzmq.vcproj
View file @
c5cca55c
...
...
@@ -120,6 +120,7 @@
<File
RelativePath=
"..\..\..\..\src\lb.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\mailbox.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\mechanism.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\metadata.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\msg.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\mtrie.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\null_mechanism.cpp"
/>
...
...
@@ -199,6 +200,7 @@
<File
RelativePath=
"..\..\..\..\src\likely.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\mailbox.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\mechanism.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\metadata.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\msg.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\mtrie.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\mutex.hpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
c5cca55c
...
...
@@ -275,6 +275,7 @@
<ClCompile
Include=
"..\..\..\..\src\lb.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mtrie.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\null_mechanism.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
View file @
c5cca55c
...
...
@@ -58,6 +58,9 @@
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
c5cca55c
...
...
@@ -275,6 +275,7 @@
<ClCompile
Include=
"..\..\..\..\src\lb.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mtrie.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\null_mechanism.cpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
View file @
c5cca55c
...
...
@@ -58,6 +58,9 @@
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
c5cca55c
...
...
@@ -281,6 +281,7 @@
<ClCompile
Include=
"..\..\..\..\src\lb.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mtrie.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\null_mechanism.cpp"
/>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
View file @
c5cca55c
...
...
@@ -58,6 +58,9 @@
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
...
...
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