From 4de101ac6a2c078bbbf63744d1aaabb459025668 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Oct 2009 07:35:03 +0200 Subject: Use proper options to suppress validation --- dist/examples/cxx/hybrid/wildcard/nmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dist/examples/cxx/hybrid/wildcard/nmakefile') 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" -- cgit v1.1