aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/hello/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/hello/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/hello/nmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/examples/cxx/hybrid/hello/nmakefile b/dist/examples/cxx/hybrid/hello/nmakefile
index 6fee8d4..ea80a40 100644
--- a/dist/examples/cxx/hybrid/hello/nmakefile
+++ b/dist/examples/cxx/hybrid/hello/nmakefile
@@ -15,7 +15,7 @@ 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_REUSE_STYLE)" == "mixin"