From 3a4d8a82ea6e9cd405ac7d480fd8b70b1aaf76ab Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 30 Aug 2010 19:38:31 +0000 Subject: QPID-2827 - QPID Cpp WinSDK does not contain 64-bit libraries Patch from Chuck Rolke * Adds the x64 platform to the cpp\example solution and six example projects. * Adds the x64 platform to the qpid messaging .NET binding dlls and examples. * Adds QPID_BUILD_ROOT environment variable to .NET binding projects for locating C++ libraries and headers, and for storing generated output. This is required to compensate for the varying location of cmake-generated directories. For a given build QPID_BUILD_ROOT must be set to the directory in which cmake was run. * Reorganize the bld-winsdk.ps1 script to build x86 (Win32) and x64 platforms. * Update Readme-winsdk.txt content. Also switch this file to DOS line endings to improve its usability on a Windows system. * Add a shadow solution file and shadow project files for the C# examples. The new build process copies the development example source tree to get the example sources organized into a hierarchy and then overlays the copied tree with the shadow .sln and .csproj files. Users then build the examples directly using the customized solution. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990917 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/messaging/messaging_client.vcproj | 192 ++++++++++++++++++++ cpp/examples/messaging/messaging_drain.vcproj | 158 +++++++++++++++++ .../messaging/messaging_map_receiver.vcproj | 194 ++++++++++++++++++++- cpp/examples/messaging/messaging_map_sender.vcproj | 192 ++++++++++++++++++++ cpp/examples/messaging/messaging_server.vcproj | 192 ++++++++++++++++++++ cpp/examples/messaging/messaging_spout.vcproj | 158 +++++++++++++++++ 6 files changed, 1085 insertions(+), 1 deletion(-) (limited to 'cpp/examples/messaging') diff --git a/cpp/examples/messaging/messaging_client.vcproj b/cpp/examples/messaging/messaging_client.vcproj index dcca4a66cd..0313a9f585 100644 --- a/cpp/examples/messaging/messaging_client.vcproj +++ b/cpp/examples/messaging/messaging_client.vcproj @@ -32,6 +32,9 @@ + @@ -207,6 +210,179 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -242,6 +418,22 @@ Name="VCCustomBuildTool" /> + + + + + + diff --git a/cpp/examples/messaging/messaging_drain.vcproj b/cpp/examples/messaging/messaging_drain.vcproj index b587aae23d..61429ec628 100644 --- a/cpp/examples/messaging/messaging_drain.vcproj +++ b/cpp/examples/messaging/messaging_drain.vcproj @@ -32,6 +32,9 @@ + @@ -189,6 +192,161 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/examples/messaging/messaging_map_receiver.vcproj b/cpp/examples/messaging/messaging_map_receiver.vcproj index d8d2882250..9b40c13661 100644 --- a/cpp/examples/messaging/messaging_map_receiver.vcproj +++ b/cpp/examples/messaging/messaging_map_receiver.vcproj @@ -19,7 +19,7 @@ - under the License. - --> - + @@ -207,6 +210,179 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -242,6 +418,22 @@ Name="VCCustomBuildTool" /> + + + + + + diff --git a/cpp/examples/messaging/messaging_map_sender.vcproj b/cpp/examples/messaging/messaging_map_sender.vcproj index a7940ad403..517e791b98 100644 --- a/cpp/examples/messaging/messaging_map_sender.vcproj +++ b/cpp/examples/messaging/messaging_map_sender.vcproj @@ -32,6 +32,9 @@ + @@ -207,6 +210,179 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -242,6 +418,22 @@ Name="VCCustomBuildTool" /> + + + + + + diff --git a/cpp/examples/messaging/messaging_server.vcproj b/cpp/examples/messaging/messaging_server.vcproj index 4405fd68c1..93fc41a74a 100644 --- a/cpp/examples/messaging/messaging_server.vcproj +++ b/cpp/examples/messaging/messaging_server.vcproj @@ -32,6 +32,9 @@ + @@ -207,6 +210,179 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -242,6 +418,22 @@ Name="VCCustomBuildTool" /> + + + + + + diff --git a/cpp/examples/messaging/messaging_spout.vcproj b/cpp/examples/messaging/messaging_spout.vcproj index 03ce1c50fd..85d991362c 100644 --- a/cpp/examples/messaging/messaging_spout.vcproj +++ b/cpp/examples/messaging/messaging_spout.vcproj @@ -32,6 +32,9 @@ + @@ -189,6 +192,161 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1