From f4002c039773db302351360cf49ce4cffd42aae2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:03:26 +0900 Subject: Old MCSVC perf projects starting with c_ prefix renamed This was a leftover from 0MQ/1.0 times when bindings were packaged with the library, thus resulting in multiple perf tests. Signed-off-by: Martin Sustrik --- builds/msvc/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'builds/msvc/Makefile.am') diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am index c5755b3..68877d6 100644 --- a/builds/msvc/Makefile.am +++ b/builds/msvc/Makefile.am @@ -2,10 +2,10 @@ LIBXS_DIST = libxs/libxs.vcxproj \ libxs/libxs.vcxproj.filters \ platform.hpp msvc10.sln -PERF_DIST = c_local_thr/c_local_thr.vcxproj \ - c_remote_thr/c_remote_thr.vcxproj \ - c_local_lat/c_local_lat.vcxproj \ - c_remote_lat/c_remote_lat.vcxproj \ +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 -- cgit v1.2.3