]> granicus.if.org Git - libexpat/commitdiff
Mention -DXML_DTD
authorJames Clark <jjc@jclark.com>
Sat, 26 Jun 1999 11:45:01 +0000 (11:45 +0000)
committerJames Clark <jjc@jclark.com>
Sat, 26 Jun 1999 11:45:01 +0000 (11:45 +0000)
expat/Makefile

index 44e6ce7d5e95754bf60c35f65d499d77b7304364..250b5923ba9c30fea7b5345d0989305c574f5621 100755 (executable)
@@ -4,7 +4,8 @@ CC=gcc
 # use -DXML_BYTE_ORDER=21 for big-endian (network) byte order.
 # -DXML_NS adds support for checking of lexical aspects of XML namespaces spec
 # -DXML_MIN_SIZE makes a smaller but slower parser
-CFLAGS=-O2 -Ixmltok -Ixmlparse -DXML_NS
+# -DXML_DTD adds full support for parsing DTDs
+CFLAGS=-O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD
 # Use one of the next two lines; unixfilemap is better if it works.
 FILEMAP_OBJ=xmlwf/unixfilemap.o
 #FILEMAP_OBJ=xmlwf/readfilemap.o