summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-08-02 15:15:24 +0000
committerCharles E. Rolke <chug@apache.org>2013-08-02 15:15:24 +0000
commit7e25ca18e990f52e9ccbf04716c23d8356b98e13 (patch)
treeb11bd36029066cd1f0f5c59f0570165a70b14fce
parent43effaad558f5cf69abddf1478b6859ed553750e (diff)
downloadqpid-python-7e25ca18e990f52e9ccbf04716c23d8356b98e13.tar.gz
QPID-5017: WinSDK build leaves release executables stranded in /bin directory - merge fix to 0.24 release branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.24@1509736 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/bld-winsdk.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/bld-winsdk.ps1 b/qpid/cpp/bld-winsdk.ps1
index eac771f707..830c4dfc09 100644
--- a/qpid/cpp/bld-winsdk.ps1
+++ b/qpid/cpp/bld-winsdk.ps1
@@ -244,6 +244,9 @@ function BuildAPlatform
'bin/*PDB/qpidxarm*.*',
'bin/boost_regex*.*',
'bin/boost',
+ 'bin/*.exe',
+ 'bin/qmf-gen',
+ 'bin/qpidt',
'conf',
'examples/qmf-console',
'examples/*.sln',