Compile flag needed to get expat/xmlparse/xmlparse.c to compile correctly.

This commit is contained in:
mcafee%netscape.com 1998-08-19 08:29:56 +00:00
parent 7b76b8e2ad
commit b5b1d9e7d0

View File

@ -35,4 +35,9 @@ LOCAL_INCLUDES = -I./expat/xmltok -I./expat/xmlparse/ -I./glue
include $(DEPTH)/config/rules.mk
ifdef RHAPSODY
CFLAGS += -traditional-cpp
endif
$(LIBRARY): $(OBJS)