aboutsummaryrefslogtreecommitdiff
path: root/dist/libxsde/xsde/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/libxsde/xsde/nmakefile')
-rw-r--r--dist/libxsde/xsde/nmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/libxsde/xsde/nmakefile b/dist/libxsde/xsde/nmakefile
index bbf8797..7499e62 100644
--- a/dist/libxsde/xsde/nmakefile
+++ b/dist/libxsde/xsde/nmakefile
@@ -12,7 +12,7 @@ src = c\expat\xmlparse.c c\expat\xmlrole.c c\expat\xmltok.c
src = $(src) c\genx\genx.c c\genx\char-props.c
!if "$(XSDE_PARSER_VALIDATION)$(XSDE_SERIALIZER_VALIDATION)" != "nn"
-!if "$(XSDE_REGEXP)" == "n"
+!if "$(XSDE_REGEXP)" == "y"
src = $(src) c\regexp\chvalid.c c\regexp\xmlunicode.c c\regexp\xmlregexp.c
!endif
!endif