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 2013/09/27 19:14:57 UTC

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

Author: chug
Date: Fri Sep 27 17:14:56 2013
New Revision: 1526984

URL: http://svn.apache.org/r1526984
Log:
QPID-5187: Properly distribute ampqc.dll and amqpcd.dll in WinSDK

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=1526984&r1=1526983&r2=1526984&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bld-winsdk.ps1 (original)
+++ qpid/trunk/qpid/cpp/bld-winsdk.ps1 Fri Sep 27 17:14:56 2013
@@ -220,7 +220,9 @@ function BuildAPlatform
         ('bin/*.dll',            'bin/Release'),
         ('bin/*test.exe',        'bin/Release'),
         ('bin/qpid-send.exe',    'bin/Release'),
-        ('bin/qpid-receive.exe', 'bin/Release')
+        ('bin/qpid-receive.exe', 'bin/Release'),
+        ('plugins/client/*d.dll','bin/Debug'),
+        ('plugins/client/*.dll', 'bin/Release')
     )
 
     $preserve=(



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org