aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-19 14:17:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-19 14:17:00 +0200
commitbea00584a9eb95ea5ec3ca2e3611caa9b26f656e (patch)
tree2b06a524e5b8588ac4ebecaa19808c64ba40071e
parent45aee15f7a0c95228549aea21c662fd4ac6ce90a (diff)
Fix the test for whether to compile regexp3.2.0.b1
-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