mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Add MSVC build files to distribution
This commit is contained in:
parent
a9e0c3cd7e
commit
ad75d02134
12
.gitignore
vendored
12
.gitignore
vendored
@ -25,14 +25,10 @@ src/stamp-h1
|
|||||||
devices/zmq_forwarder/zmq_forwarder
|
devices/zmq_forwarder/zmq_forwarder
|
||||||
devices/zmq_queue/zmq_queue
|
devices/zmq_queue/zmq_queue
|
||||||
devices/zmq_streamer/zmq_streamer
|
devices/zmq_streamer/zmq_streamer
|
||||||
perf/c/local_lat
|
perf/local_lat
|
||||||
perf/c/local_thr
|
perf/local_thr
|
||||||
perf/c/remote_lat
|
perf/remote_lat
|
||||||
perf/c/remote_thr
|
perf/remote_thr
|
||||||
perf/cpp/local_lat
|
|
||||||
perf/cpp/local_thr
|
|
||||||
perf/cpp/remote_lat
|
|
||||||
perf/cpp/remote_thr
|
|
||||||
doc/*.1
|
doc/*.1
|
||||||
doc/*.3
|
doc/*.3
|
||||||
doc/*.7
|
doc/*.7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ACLOCAL_AMFLAGS = -I config
|
ACLOCAL_AMFLAGS = -I config
|
||||||
|
|
||||||
SUBDIRS = src doc perf devices
|
SUBDIRS = src doc perf devices
|
||||||
DIST_SUBDIRS = src doc perf devices
|
DIST_SUBDIRS = src doc perf devices builds/msvc
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.gz \
|
$(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.gz \
|
||||||
|
12
builds/msvc/Makefile.am
Normal file
12
builds/msvc/Makefile.am
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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)
|
@ -396,7 +396,8 @@ AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
|
|||||||
AC_OUTPUT(Makefile src/Makefile doc/Makefile
|
AC_OUTPUT(Makefile src/Makefile doc/Makefile
|
||||||
perf/Makefile src/libzmq.pc \
|
perf/Makefile src/libzmq.pc \
|
||||||
devices/Makefile devices/zmq_forwarder/Makefile \
|
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).
|
# On Linux patch libtool to delete hardcoded paths (rpath).
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user