diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-07-31 20:17:45 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-07-31 20:17:45 +0000 |
| commit | 79d049397815ca4aacc67e291fd0721701a9810b (patch) | |
| tree | da69fee81529d7c2617f292947eb45bcf80f39d9 /cpp | |
| parent | 282bc8731810dbb23482acf6b67abf648421b1b2 (diff) | |
| download | qpid-python-79d049397815ca4aacc67e291fd0721701a9810b.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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bld-winsdk.ps1 | 3 |
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', |
