From ad75d0213483f3c585ce144386623e64e65eca0d Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 16 Mar 2010 15:48:16 +0100 Subject: Add MSVC build files to distribution --- .gitignore | 12 ++++-------- Makefile.am | 2 +- builds/msvc/Makefile.am | 12 ++++++++++++ configure.in | 3 ++- 4 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 builds/msvc/Makefile.am diff --git a/.gitignore b/.gitignore index 473eedf..77384d6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile.am b/Makefile.am index 893c92d..7bfb35a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ 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 \ diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am new file mode 100644 index 0000000..6f20cee --- /dev/null +++ b/builds/msvc/Makefile.am @@ -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) diff --git a/configure.in b/configure.in index 6f8bba3..36f95a8 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3