summaryrefslogtreecommitdiff
path: root/cpp/examples
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-04-15 01:50:25 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-04-15 01:50:25 +0000
commit7ab7b0f31f238a3028d60b24fda02c9e10198dc9 (patch)
treede77b9dc99a6bdb4a5648ce29c5ed07f1dbf2926 /cpp/examples
parent13699e402bb497d4c3ba5f72cfc36d6e8838f6e8 (diff)
downloadqpid-python-7ab7b0f31f238a3028d60b24fda02c9e10198dc9.tar.gz
Install new old-examples visual studio solution file
Install perftest & latencytest programs Amend windows sdk zip builder script to strip out examples not buildable with new messaging API Build debug build before release build so that it's the release executables that are in the install area git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/CMakeLists.txt b/cpp/examples/CMakeLists.txt
index 7ecffed4bb..da8e39e944 100644
--- a/cpp/examples/CMakeLists.txt
+++ b/cpp/examples/CMakeLists.txt
@@ -84,6 +84,7 @@ install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README.txt
COMPONENT ${QPID_COMPONENT_EXAMPLES})
if (MSVC)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/examples.sln
+ ${CMAKE_CURRENT_SOURCE_DIR}/old-examples.sln
DESTINATION ${QPID_INSTALL_EXAMPLESDIR}
COMPONENT ${QPID_COMPONENT_EXAMPLES})
endif (MSVC)