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
ad75d021
Commit
ad75d021
authored
Mar 16, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add MSVC build files to distribution
parent
a9e0c3cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
10 deletions
+19
-10
.gitignore
.gitignore
+4
-8
Makefile.am
Makefile.am
+1
-1
Makefile.am
builds/msvc/Makefile.am
+12
-0
configure.in
configure.in
+2
-1
No files found.
.gitignore
View file @
ad75d021
...
...
@@ -25,14 +25,10 @@ src/stamp-h1
devices/zmq_forwarder/zmq_forwarder
devices/zmq_queue/zmq_queue
devices/zmq_streamer/zmq_streamer
perf/c/local_lat
perf/c/local_thr
perf/c/remote_lat
perf/c/remote_thr
perf/cpp/local_lat
perf/cpp/local_thr
perf/cpp/remote_lat
perf/cpp/remote_thr
perf/local_lat
perf/local_thr
perf/remote_lat
perf/remote_thr
doc/*.1
doc/*.3
doc/*.7
...
...
Makefile.am
View file @
ad75d021
ACLOCAL_AMFLAGS
=
-I
config
SUBDIRS
=
src doc perf devices
DIST_SUBDIRS
=
src doc perf devices
DIST_SUBDIRS
=
src doc perf devices
builds/msvc
EXTRA_DIST
=
\
$(top_srcdir)
/foreign/openpgm/@pgm_basename@.tar.gz
\
...
...
builds/msvc/Makefile.am
0 → 100644
View file @
ad75d021
LIBZMQ_DIST
=
libzmq/libzmq.vcproj platform.hpp msvc.sln
DEVICES_DIST
=
zmq_queue/zmq_queue.vcproj
\
zmq_streamer/zmq_streamer.vcproj
\
zmq_forwarder/zmq_forwarder.vcproj
PERF_DIST
=
c_local_thr/c_local_thr.vcproj
\
c_remote_thr/c_remote_thr.vcproj
\
c_local_lat/c_local_lat.vcproj
\
c_remote_lat/c_remote_lat.vcproj
EXTRA_DIST
=
$(LIBZMQ_DIST)
$(DEVICES_DIST)
$(PERF_DIST)
configure.in
View file @
ad75d021
...
...
@@ -396,7 +396,8 @@ AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile doc/Makefile
perf/Makefile src/libzmq.pc \
devices/Makefile devices/zmq_forwarder/Makefile \
devices/zmq_streamer/Makefile devices/zmq_queue/Makefile)
devices/zmq_streamer/Makefile devices/zmq_queue/Makefile \
builds/msvc/Makefile)
# On Linux patch libtool to delete hardcoded paths (rpath).
case "${host_os}" in
...
...
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