From 5f0332f81c14ef6cb8915df3fb5bf50ddf1405c9 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 27 Sep 2013 17:14:56 +0000 Subject: QPID-5187: Properly distribute ampqc.dll and amqpcd.dll in WinSDK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526984 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/bld-winsdk.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/bld-winsdk.ps1 b/qpid/cpp/bld-winsdk.ps1 index 42e6e636a4..49e769fa52 100644 --- a/qpid/cpp/bld-winsdk.ps1 +++ b/qpid/cpp/bld-winsdk.ps1 @@ -220,7 +220,9 @@ function BuildAPlatform ('bin/*.dll', 'bin/Release'), ('bin/*test.exe', 'bin/Release'), ('bin/qpid-send.exe', 'bin/Release'), - ('bin/qpid-receive.exe', 'bin/Release') + ('bin/qpid-receive.exe', 'bin/Release'), + ('plugins/client/*d.dll','bin/Debug'), + ('plugins/client/*.dll', 'bin/Release') ) $preserve=( -- cgit v1.2.1