diff options
| author | Charles E. Rolke <chug@apache.org> | 2011-12-09 20:56:09 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2011-12-09 20:56:09 +0000 |
| commit | 5af490060862bddede11a76dbb58ce0041f4c77d (patch) | |
| tree | 5cb873cdea875b1c315cb2324eb84ef07b5f1690 /cpp | |
| parent | cc5922d5c8dedf41d0973fa3a8e507da807c5b29 (diff) | |
| download | qpid-python-5af490060862bddede11a76dbb58ce0041f4c77d.tar.gz | |
QPID-3671 WinSDK - Executables are built release; copy them to bin/release.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1212625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bld-winsdk.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bld-winsdk.ps1 b/cpp/bld-winsdk.ps1 index 530a1a180f..1cae658675 100644 --- a/cpp/bld-winsdk.ps1 +++ b/cpp/bld-winsdk.ps1 @@ -218,7 +218,7 @@ function BuildAPlatform ('bin/msvc*.dll', 'bin/Release') , ('bin/*d.dll', 'bin/Debug'), ('bin/*.dll', 'bin/Release'), - ('bin/*test.exe', 'bin/Debug') + ('bin/*test.exe', 'bin/Release') ) $preserve=( |
