Move DOM Style parsers to laydom.[ch]

Add destructor to entries
This commit is contained in:
pollmann%netscape.com 1998-10-16 22:11:19 +00:00
Родитель 9271229659
Коммит cb9bff9f76
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ LIBRARY_NAME = lay
EXPORTS = laylayer.h layout.h lo_funcs.h EXPORTS = laylayer.h layout.h lo_funcs.h
ifdef DOM ifdef DOM
EXPORTS += laystyle.h EXPORTS += laydom.h laystyle.h
endif endif
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
@ -71,6 +71,10 @@ CSRCS = bullet.c \
layutil.c \ layutil.c \
$(NULL) $(NULL)
ifdef DOM
CSRCS +=laydom.c
endif
REQUIRES = parse style js layer applet nspr security dbm img util jtools edtplug java hook pref libfont lay rdf network htmldlgs privacy mocha oji ojiimpl xpcom mailto REQUIRES = parse style js layer applet nspr security dbm img util jtools edtplug java hook pref libfont lay rdf network htmldlgs privacy mocha oji ojiimpl xpcom mailto
ifdef DOM ifdef DOM