aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/wildcard/nmakefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-22 07:35:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-22 07:35:03 +0200
commit4de101ac6a2c078bbbf63744d1aaabb459025668 (patch)
tree05044f884dbfd29731b881264639626476fb9486 /dist/examples/cxx/hybrid/wildcard/nmakefile
parent80121bfc77fc5ca917ba9b90a5f8a9d0b1eab370 (diff)
Use proper options to suppress validation
Diffstat (limited to 'dist/examples/cxx/hybrid/wildcard/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/wildcard/nmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/examples/cxx/hybrid/wildcard/nmakefile b/dist/examples/cxx/hybrid/wildcard/nmakefile
index 689ac2f..d4d8d06 100644
--- a/dist/examples/cxx/hybrid/wildcard/nmakefile
+++ b/dist/examples/cxx/hybrid/wildcard/nmakefile
@@ -11,7 +11,11 @@ EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --no-long-long
!endif
!if "$(XSDE_PARSER_VALIDATION)" == "n"
-EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --suppress-validation
+EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --suppress-parser-val
+!endif
+
+!if "$(XSDE_SERIALIZER_VALIDATION)" == "n"
+EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --suppress-serializer-val
!endif
!if "$(XSDE_REUSE_STYLE)" == "mixin"