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 | 7278dd8b4063da2473ae961cf3e50fa783d9b775 (patch) | |
| tree | 18905fac7a94508d40ccaa3d15b0d67184c4fc32 /cpp | |
| parent | b486ad3975502c152695c49cee89dcd79cc2c251 (diff) | |
| download | qpid-python-7278dd8b4063da2473ae961cf3e50fa783d9b775.tar.gz | |
QPID-5187: Properly distribute ampqc.dll and amqpcd.dll in WinSDK
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1526984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bld-winsdk.ps1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/bld-winsdk.ps1 b/cpp/bld-winsdk.ps1 index 42e6e636a4..49e769fa52 100644 --- a/cpp/bld-winsdk.ps1 +++ b/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=( |
