aboutsummaryrefslogtreecommitdiff
path: root/dist/etc/vc-9.0/config-max.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'dist/etc/vc-9.0/config-max.nmake')
-rw-r--r--dist/etc/vc-9.0/config-max.nmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/etc/vc-9.0/config-max.nmake b/dist/etc/vc-9.0/config-max.nmake
index 6d39a73..8b6a71d 100644
--- a/dist/etc/vc-9.0/config-max.nmake
+++ b/dist/etc/vc-9.0/config-max.nmake
@@ -111,6 +111,15 @@ XSDE_PARSER_VALIDATION = y
XSDE_SERIALIZER_VALIDATION = y
+# Set to 'y' if you would like to have support for regular expressions in
+# the XSD/e runtime. If the regexp support is enabled, then the parser and
+# serializer validation code will use it to validate the xs:pattern facet.
+# If the regexp support is disabled, then this facet will be ignored. The
+# regexp support increases the resulting executable size by about 30-50Kb.
+#
+XSDE_REGEXP = n
+
+
# Base parser/serializer implementation reuse style. Valid values are:
#
# 'mixin' - virtual inheritance-based reuse (specify --reuse-style-mixin)