Former-commit-id:d8da2252c3
[formerly580e2938d7
] [formerly66be3bec40
] [formerlyc83e5ff474
[formerly66be3bec40
[formerly 2a9569942c48542cf708b6c0b9189146fd954c11]]] Former-commit-id:c83e5ff474
Former-commit-id:21d2361f00
[formerly1faae42484
] Former-commit-id:82300ccdcf
10 lines
365 B
Makefile
10 lines
365 B
Makefile
# 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
|