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/qmf-console/CMakeLists.txt | 8 +- .../qmf-console/qmf-console_console.vcproj | 394 +++++++++++++++++++ cpp/examples/qmf-console/qmf-console_ping.vcproj | 419 +++++++++++++++++++++ .../qmf-console/qmf-console_printevents.vcproj | 394 +++++++++++++++++++ .../qmf-console/qmf-console_queuestats.vcproj | 394 +++++++++++++++++++ .../qmf-console/qmf_console_console.vcproj | 374 ------------------ cpp/examples/qmf-console/qmf_console_ping.vcproj | 399 -------------------- .../qmf-console/qmf_console_printevents.vcproj | 374 ------------------ .../qmf-console/qmf_console_queuestats.vcproj | 374 ------------------ 9 files changed, 1605 insertions(+), 1525 deletions(-) create mode 100644 cpp/examples/qmf-console/qmf-console_console.vcproj create mode 100644 cpp/examples/qmf-console/qmf-console_ping.vcproj create mode 100644 cpp/examples/qmf-console/qmf-console_printevents.vcproj create mode 100644 cpp/examples/qmf-console/qmf-console_queuestats.vcproj delete mode 100644 cpp/examples/qmf-console/qmf_console_console.vcproj delete mode 100644 cpp/examples/qmf-console/qmf_console_ping.vcproj delete mode 100644 cpp/examples/qmf-console/qmf_console_printevents.vcproj delete mode 100644 cpp/examples/qmf-console/qmf_console_queuestats.vcproj (limited to 'cpp/examples/qmf-console') diff --git a/cpp/examples/qmf-console/CMakeLists.txt b/cpp/examples/qmf-console/CMakeLists.txt index faed82ef6d..4bbc7c461f 100644 --- a/cpp/examples/qmf-console/CMakeLists.txt +++ b/cpp/examples/qmf-console/CMakeLists.txt @@ -17,7 +17,7 @@ # under the License. # -add_example(console console qmfconsole) -add_example(console printevents qmfconsole) -add_example(console ping qmfconsole) -add_example(console queuestats qmfconsole) +add_example(qmf-console console qmfconsole) +add_example(qmf-console printevents qmfconsole) +add_example(qmf-console ping qmfconsole) +add_example(qmf-console queuestats qmfconsole) diff --git a/cpp/examples/qmf-console/qmf-console_console.vcproj b/cpp/examples/qmf-console/qmf-console_console.vcproj new file mode 100644 index 0000000000..e957af6181 --- /dev/null +++ b/cpp/examples/qmf-console/qmf-console_console.vcproj @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/qmf-console/qmf-console_ping.vcproj b/cpp/examples/qmf-console/qmf-console_ping.vcproj new file mode 100644 index 0000000000..21e01389ad --- /dev/null +++ b/cpp/examples/qmf-console/qmf-console_ping.vcproj @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/qmf-console/qmf-console_printevents.vcproj b/cpp/examples/qmf-console/qmf-console_printevents.vcproj new file mode 100644 index 0000000000..478b71b678 --- /dev/null +++ b/cpp/examples/qmf-console/qmf-console_printevents.vcproj @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/qmf-console/qmf-console_queuestats.vcproj b/cpp/examples/qmf-console/qmf-console_queuestats.vcproj new file mode 100644 index 0000000000..ee0d2acc98 --- /dev/null +++ b/cpp/examples/qmf-console/qmf-console_queuestats.vcproj @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/qmf-console/qmf_console_console.vcproj b/cpp/examples/qmf-console/qmf_console_console.vcproj deleted file mode 100644 index 67e34fde98..0000000000 --- a/cpp/examples/qmf-console/qmf_console_console.vcproj +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/examples/qmf-console/qmf_console_ping.vcproj b/cpp/examples/qmf-console/qmf_console_ping.vcproj deleted file mode 100644 index 6e9bc6a6c6..0000000000 --- a/cpp/examples/qmf-console/qmf_console_ping.vcproj +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/examples/qmf-console/qmf_console_printevents.vcproj b/cpp/examples/qmf-console/qmf_console_printevents.vcproj deleted file mode 100644 index b11f4b8d31..0000000000 --- a/cpp/examples/qmf-console/qmf_console_printevents.vcproj +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/examples/qmf-console/qmf_console_queuestats.vcproj b/cpp/examples/qmf-console/qmf_console_queuestats.vcproj deleted file mode 100644 index 8c0bce672c..0000000000 --- a/cpp/examples/qmf-console/qmf_console_queuestats.vcproj +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1