From 1f8f41f6a00d1efeb1da33f386e0d987408cb593 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 13 Nov 2009 00:13:42 +0000 Subject: Move the kit-building settings out of CMakeLists.txt to a new file, BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835652 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/pub-sub/CMakeLists.txt | 4 +- cpp/examples/pub-sub/pub-sub_topic_listener.vcproj | 394 +++++++++++++++++++++ .../pub-sub/pub-sub_topic_publisher.vcproj | 394 +++++++++++++++++++++ cpp/examples/pub-sub/pub_sub_topic_listener.vcproj | 374 ------------------- .../pub-sub/pub_sub_topic_publisher.vcproj | 374 ------------------- 5 files changed, 790 insertions(+), 750 deletions(-) create mode 100644 cpp/examples/pub-sub/pub-sub_topic_listener.vcproj create mode 100644 cpp/examples/pub-sub/pub-sub_topic_publisher.vcproj delete mode 100644 cpp/examples/pub-sub/pub_sub_topic_listener.vcproj delete mode 100644 cpp/examples/pub-sub/pub_sub_topic_publisher.vcproj (limited to 'cpp/examples/pub-sub') diff --git a/cpp/examples/pub-sub/CMakeLists.txt b/cpp/examples/pub-sub/CMakeLists.txt index 993a0a4214..961de06d5a 100644 --- a/cpp/examples/pub-sub/CMakeLists.txt +++ b/cpp/examples/pub-sub/CMakeLists.txt @@ -17,5 +17,5 @@ # under the License. # -add_example(pub_sub topic_listener) -add_example(pub_sub topic_publisher) +add_example(pub-sub topic_listener) +add_example(pub-sub topic_publisher) diff --git a/cpp/examples/pub-sub/pub-sub_topic_listener.vcproj b/cpp/examples/pub-sub/pub-sub_topic_listener.vcproj new file mode 100644 index 0000000000..debc795b5b --- /dev/null +++ b/cpp/examples/pub-sub/pub-sub_topic_listener.vcproj @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/pub-sub/pub-sub_topic_publisher.vcproj b/cpp/examples/pub-sub/pub-sub_topic_publisher.vcproj new file mode 100644 index 0000000000..f67de44d20 --- /dev/null +++ b/cpp/examples/pub-sub/pub-sub_topic_publisher.vcproj @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/pub-sub/pub_sub_topic_listener.vcproj b/cpp/examples/pub-sub/pub_sub_topic_listener.vcproj deleted file mode 100644 index 72a6543a13..0000000000 --- a/cpp/examples/pub-sub/pub_sub_topic_listener.vcproj +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/examples/pub-sub/pub_sub_topic_publisher.vcproj b/cpp/examples/pub-sub/pub_sub_topic_publisher.vcproj deleted file mode 100644 index 5182b30435..0000000000 --- a/cpp/examples/pub-sub/pub_sub_topic_publisher.vcproj +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1