Author: tross
Date: Wed Jul  7 12:21:03 2010
New Revision: 961355

URL: http://svn.apache.org/viewvc?rev=961355&view=rev
Log:
QPID-2710 Patch from Chuck Rolke
C++ Messaging Client .NET binding is not compiled in SDK

Modified:
    qpid/trunk/qpid/cpp/bld-winsdk.ps1

Modified: qpid/trunk/qpid/cpp/bld-winsdk.ps1
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bld-winsdk.ps1?rev=961355&r1=961354&r2=961355&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bld-winsdk.ps1 (original)
+++ qpid/trunk/qpid/cpp/bld-winsdk.ps1 Wed Jul  7 12:21:03 2010
@@ -60,6 +60,10 @@ devenv qpid-cpp.sln /build "Release|Win3
 devenv qpid-cpp.sln /build "Debug|Win32" /project INSTALL
 devenv qpid-cpp.sln /build "RelWithDebInfo|Win32" /project INSTALL
 
+# Build the .NET binding
+devenv .\bindings\qpid\dotnet\org.apache.qpid.messaging.sln /build "Debug|x86" 
/project org.apache.qpid.messaging
+devenv .\bindings\qpid\dotnet\org.apache.qpid.messaging.sln /build "Debug|x86" 
/project org.apache.qpid.messaging.sessionreceiver
+
 # This would be kludgy if we have only one entry as the array declaration 
syntax
 # can't cope with just one nested array
 # Target must be a directory
@@ -126,6 +130,10 @@ foreach ($pattern in $preserve) {
 }
 Remove-Item -recurse $preserve_dir
 
+# Install the .NET binding
+Copy-Item -force -path "./src/Debug/org.apache.qpid.messaging*.dll" 
-destination "$install_dir/bin"
+Copy-Item -force -path "./src/Debug/org.apache.qpid.messaging*.pdb" 
-destination "$install_dir/bin/DebugPDB"
+
 # Zip the /bin PDB files into two zip files.
 # we previously arranged that the Debug pdbs go in the DebugPDB subdirectory
 # and the Release pdbs go in the ReleasePDB subdirectory



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to