diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-04-15 01:50:25 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-04-15 01:50:25 +0000 |
commit | 2b799b77c99a49f565a218189827c82bbc4e3cf7 (patch) | |
tree | de77b9dc99a6bdb4a5648ce29c5ed07f1dbf2926 /cpp/examples | |
parent | 9568dd0e968b5946e483443b191ee6b424edc201 (diff) | |
download | qpid-python-2b799b77c99a49f565a218189827c82bbc4e3cf7.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.txt | 1 |
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) |