summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-07-31 20:17:45 +0000
committerCharles E. Rolke <chug@apache.org>2013-07-31 20:17:45 +0000
commit4d5eb1a7eccc00a0b7899c14688d2404cea91fa3 (patch)
treeda69fee81529d7c2617f292947eb45bcf80f39d9
parent53554d33484d76927a944b496670568242e0d413 (diff)
downloadqpid-python-4d5eb1a7eccc00a0b7899c14688d2404cea91fa3.tar.gz
QPID-5017: WinSDK build leaves release executables stranded in \bin directory
Delete them during install post-processing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1509016 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/bld-winsdk.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/bld-winsdk.ps1 b/cpp/bld-winsdk.ps1
index 2f08a29464..804df3fcee 100644
--- a/cpp/bld-winsdk.ps1
+++ b/cpp/bld-winsdk.ps1
@@ -240,6 +240,9 @@ function BuildAPlatform
'bin/*PDB/qpidxarm*.*',
'bin/boost_regex*.*',
'bin/boost',
+ 'bin/*.exe',
+ 'bin/qmf-gen',
+ 'bin/qpidt',
'conf',
'examples/*.sln',
'examples/*.vcproj',