You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2011/12/09 21:56:13 UTC

svn commit: r1212625 - /qpid/trunk/qpid/cpp/bld-winsdk.ps1

Author: chug
Date: Fri Dec  9 20:56:09 2011
New Revision: 1212625

URL: http://svn.apache.org/viewvc?rev=1212625&view=rev
Log:
QPID-3671 WinSDK - Executables are built release; copy them to bin/release.

Modified:
    qpid/trunk/qpid/cpp/bld-winsdk.ps1

Modified: qpid/trunk/qpid/cpp/bld-winsdk.ps1
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bld-winsdk.ps1?rev=1212625&r1=1212624&r2=1212625&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bld-winsdk.ps1 (original)
+++ qpid/trunk/qpid/cpp/bld-winsdk.ps1 Fri Dec  9 20:56:09 2011
@@ -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=(



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org