summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-05-18 22:20:06 +0000
committerStephen D. Huston <shuston@apache.org>2009-05-18 22:20:06 +0000
commitf211057b4402121e42ea7efbe71c179717f6e6ee (patch)
treebf2c92f447b0b373ef9fb4a7bf7e797074e484ce /cpp/src
parent0ef149652fd215df193a917bfdd2278145f6de43 (diff)
downloadqpid-python-f211057b4402121e42ea7efbe71c179717f6e6ee.tar.gz
Correct listed broker files; correct qmfgen command switches to specify namespaces
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@776115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/broker.vcproj36
-rw-r--r--cpp/src/protocol_gen.mak2
2 files changed, 36 insertions, 2 deletions
diff --git a/cpp/src/broker.vcproj b/cpp/src/broker.vcproj
index e4911e0bfc..ba67230c34 100644
--- a/cpp/src/broker.vcproj
+++ b/cpp/src/broker.vcproj
@@ -909,7 +909,7 @@
RelativePath="qpid\broker\windows\SaslAuthenticator.cpp">
</File>
<File
- RelativePath="qpid\management\ManagementBroker.cpp">
+ RelativePath="qpid\management\ManagementAgent.cpp">
</File>
<File
RelativePath="qpid\management\ManagementExchange.cpp">
@@ -1300,6 +1300,9 @@
RelativePath="qpid\management\Manageable.h">
</File>
<File
+ RelativePath="qpid\management\ManagementAgent.h">
+ </File>
+ <File
RelativePath="qpid\management\ManagementBroker.h">
</File>
<File
@@ -1309,6 +1312,37 @@
RelativePath="qpid\management\ManagementObject.h">
</File>
</Filter>
+ <Filter
+ Name="Documentation"
+ Filter="">
+ <File
+ RelativePath="CMakeLists.txt">
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/cpp/src/protocol_gen.mak b/cpp/src/protocol_gen.mak
index fb213366e1..6ba8a9d3e9 100644
--- a/cpp/src/protocol_gen.mak
+++ b/cpp/src/protocol_gen.mak
@@ -24,5 +24,5 @@ rubygen.mk: $(specs)
# Management code generation... uses Python
managementgen.mk: $(mgmt_specs)
- python $(mgen_dir)\qmf-gen -m managementgen.mk -o gen\qmf $(mgmt_specs)
+ python $(mgen_dir)\qmf-gen -m managementgen.mk -q -b -o gen\qmf $(mgmt_specs)