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 | a662dcea7cc89671269a8124d925f076f7afe953 (patch) | |
| tree | 341da71bf2f444291dc8eb80c2640458167b965a /qpid/cpp | |
| parent | 195942d4aa0ea8166ad4b5d22ff1a16faa1c816c (diff) | |
| download | qpid-python-a662dcea7cc89671269a8124d925f076f7afe953.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@1509016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bld-winsdk.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/bld-winsdk.ps1 b/qpid/cpp/bld-winsdk.ps1 index 2f08a29464..804df3fcee 100644 --- a/qpid/cpp/bld-winsdk.ps1 +++ b/qpid/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', |
