Skip to content

Commit

Permalink
Fix MSVC10 build distfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik committed Dec 18, 2011
1 parent 3bf7860 commit dcb1d55
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 535 deletions.
33 changes: 26 additions & 7 deletions builds/msvc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
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
LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
libzmq/libzmq.vcxproj.filters \
platform.hpp msvc.sln msvc10.sln

PERF_DIST = c_local_thr/c_local_thr.vcproj \
c_local_thr/c_local_thr.vcxproj \
c_remote_thr/c_remote_thr.vcproj \
c_remote_thr/c_remote_thr.vcxproj \
c_local_lat/c_local_lat.vcproj \
c_local_lat/c_local_lat.vcxproj \
c_remote_lat/c_remote_lat.vcproj \
c_remote_lat/c_remote_lat.vcxproj \
inproc_lat/inproc_lat.vcproj \
inproc_thr/inproc_thr.vcproj
inproc_lat/inproc_lat.vcxproj \
inproc_thr/inproc_thr.vcproj \
inproc_thr/inproc_thr.vcxproj

PROPERTIES_DIST = properties/Common.props \
properties/Debug.props \
properties/Dynamic.props \
properties/Executable.props \
properties/Precompiled.props \
properties/Release.props \
properties/Win32.props \
properties/Win32_Release.props \
properties/WithOpenPGM.props \
properties/x64.props \
properties/ZeroMQ.props

PRECOMPILED_DIST = ../../src/precompiled.hpp \
../../src/precompiled.cpp

EXTRA_DIST = $(LIBZMQ_DIST) $(DEVICES_DIST) $(PERF_DIST)
EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST)
176 changes: 0 additions & 176 deletions builds/msvc/zmq_forwarder/zmq_forwarder.vcproj

This file was deleted.

176 changes: 0 additions & 176 deletions builds/msvc/zmq_queue/zmq_queue.vcproj

This file was deleted.

Loading

0 comments on commit dcb1d55

Please sign in to comment.