diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-09-27 17:14:56 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-09-27 17:14:56 +0000 |
| commit | 5f0332f81c14ef6cb8915df3fb5bf50ddf1405c9 (patch) | |
| tree | c3f4081afc83e507db562e9364941e33b9a70c79 /qpid/cpp | |
| parent | 4e3d53de805640b8b8868d9e442c7d7f642831fb (diff) | |
| download | qpid-python-5f0332f81c14ef6cb8915df3fb5bf50ddf1405c9.tar.gz | |
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
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bld-winsdk.ps1 | 4 |
1 files changed, 3 insertions, 1 deletions
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=( |
