From 5af490060862bddede11a76dbb58ce0041f4c77d Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 9 Dec 2011 20:56:09 +0000 Subject: 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 --- cpp/bld-winsdk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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=( -- cgit v1.2.1