summaryrefslogtreecommitdiff
path: root/builds/msvc/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:15 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:15 +0900
commit1d9dd0d87b708087fda952954d1bdddcd93812c3 (patch)
tree20001d254247eb46760a9b37e5411ee476cd598b /builds/msvc/Makefile.am
parent93c3d45c0108d02e1491e7440c4f3922975e47b3 (diff)
MSVC2008 build system removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/Makefile.am')
-rw-r--r--builds/msvc/Makefile.am14
1 files changed, 4 insertions, 10 deletions
diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am
index 8b16ccc..a9088fa 100644
--- a/builds/msvc/Makefile.am
+++ b/builds/msvc/Makefile.am
@@ -1,18 +1,12 @@
-LIBXS_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
- libzmq/libzmq.vcxproj.filters \
- platform.hpp msvc.sln msvc10.sln
+LIBXS_DIST = libzmq/libzmq.vcxproj \
+ libzmq/libzmq.vcxproj.filters \
+ platform.hpp 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 \
+PERF_DIST = c_local_thr/c_local_thr.vcxproj \
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_lat/inproc_lat.vcxproj \
- inproc_thr/inproc_thr.vcproj \
inproc_thr/inproc_thr.vcxproj
PROPERTIES_DIST = properties/Common.props \