зеркало из https://github.com/mozilla/pjs.git
Move DOM Style parsers to laydom.[ch]
Add destructor to entries
This commit is contained in:
Родитель
9271229659
Коммит
cb9bff9f76
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче