diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-09-05 20:41:22 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-09-05 20:41:22 +0000 |
| commit | aa5c88cf77ca911841a40cac541670c2c80a0048 (patch) | |
| tree | 381677b2a53ef27419daa4b587b5e06ba1335f4c /qpid/cpp | |
| parent | 1f7c48655eed7f9cd5c16a9c4de047e8cd68f6fe (diff) | |
| download | qpid-python-aa5c88cf77ca911841a40cac541670c2c80a0048.tar.gz | |
QPID-5114: WinSDK ships qpid-send.exe and qpid-receive.exe
in bin\Release
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1520417 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 804df3fcee..42e6e636a4 100644 --- a/qpid/cpp/bld-winsdk.ps1 +++ b/qpid/cpp/bld-winsdk.ps1 @@ -218,7 +218,9 @@ function BuildAPlatform ('bin/msvc*.dll', 'bin/Release') , ('bin/*d.dll', 'bin/Debug'), ('bin/*.dll', 'bin/Release'), - ('bin/*test.exe', 'bin/Release') + ('bin/*test.exe', 'bin/Release'), + ('bin/qpid-send.exe', 'bin/Release'), + ('bin/qpid-receive.exe', 'bin/Release') ) $preserve=( |
