summaryrefslogtreecommitdiff
path: root/builds/msvc/Makefile.am
blob: e02c1250f71fcc0e2da4cebce5268da7d317f9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
LIBXS_DIST = libxs/libxs.vcxproj \
             libxs/libxs.vcxproj.filters \
             platform.hpp msvc10.sln

PERF_DIST = local_thr/local_thr.vcxproj \
            remote_thr/remote_thr.vcxproj \
            local_lat/local_lat.vcxproj \
            remote_lat/remote_lat.vcxproj \
            inproc_lat/inproc_lat.vcxproj \
            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/Crossroads.props

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

TESTS_DIST = tests/tests.vcxproj \
             tests/tests.vcxproj.filters

LIBZMQ_DIST = libzmq/libzmq.vcxproj \
              libzmq/libzmq.vcxproj.filters

EXTRA_DIST = $(LIBXS_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST) \
             $(TESTS_DIST) $(LIBZMQ_DIST)