summaryrefslogtreecommitdiff
path: root/cpp/examples/qmf-agent/example_gen.mak
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/qmf-agent/example_gen.mak')
-rw-r--r--cpp/examples/qmf-agent/example_gen.mak10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/examples/qmf-agent/example_gen.mak b/cpp/examples/qmf-agent/example_gen.mak
new file mode 100644
index 0000000000..45da3932e9
--- /dev/null
+++ b/cpp/examples/qmf-agent/example_gen.mak
@@ -0,0 +1,10 @@
+# This nmake file generates the C++ mapping from the example schema.
+#
+# The Visual Studio projects assume the existence of the generated files.
+# These generated files must be created using this makefile for Windows
+# developers working from the source repository.
+
+mgen_dir=..\..\..\cpp\managementgen
+
+all:
+ python $(mgen_dir)\qmf-gen -o .\gen\qmf .\schema.xml