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 --- builds/msvc/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 builds/msvc/Makefile.am (limited to 'builds') 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) -- cgit v1.2.3