summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-07-19 12:16:20 +0000
committerGordon Sim <gsim@apache.org>2010-07-19 12:16:20 +0000
commitf72ed69e34e300acf131947f25968a7d721b5684 (patch)
tree7e183a7b068f547c6157810e3312e18f07dfacd2 /cpp
parent129b4fddeb35e26c29460add280fe283c64c56a3 (diff)
downloadqpid-python-f72ed69e34e300acf131947f25968a7d721b5684.tar.gz
Fix incorrect exe name
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@965449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/examples/messaging/messaging_spout.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/messaging/messaging_spout.vcproj b/cpp/examples/messaging/messaging_spout.vcproj
index e10b00f8a4..e1231eb220 100644
--- a/cpp/examples/messaging/messaging_spout.vcproj
+++ b/cpp/examples/messaging/messaging_spout.vcproj
@@ -157,7 +157,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="qpidmessaging.lib qpidcommon.lib"
- OutputFile="$(OutDir)\drain.exe"
+ OutputFile="$(OutDir)\spout.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="$(QPID_ROOT)\bin;..\..\lib"