[project @ 2004-10-17 21:13:24 by bursa]
Add html_redraw.o and plotters.o; remove htmlredraw.o. svn path=/import/netsurf/; revision=1317
This commit is contained in:
parent
63a4269651
commit
ddaf4ab4d7
10
makefile
10
makefile
|
@ -19,7 +19,8 @@
|
|||
|
||||
OBJECTS_COMMON = content.o fetch.o fetchcache.o # content/
|
||||
OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/
|
||||
OBJECTS_COMMON += box.o form.o html.o layout.o textplain.o # render/
|
||||
OBJECTS_COMMON += box.o form.o html.o html_redraw.o layout.o \
|
||||
textplain.o # render/
|
||||
OBJECTS_COMMON += messages.o pool.o translit.o url.o utils.o # utils/
|
||||
OBJECTS_COMMON += imagemap.o loginlist.o options.o # desktop/
|
||||
|
||||
|
@ -29,8 +30,8 @@ OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
|
|||
OBJECTS_RISCOS += browser.o netsurf.o version.o # desktop/
|
||||
OBJECTS_RISCOS += 401login.o bitmap.o debugwin.o \
|
||||
buffer.o dialog.o download.o draw.o filetype.o font.o \
|
||||
gui.o help.o history.o hotlist.o htmlredraw.o image.o \
|
||||
menus.o mouseactions.o plugin.o print.o \
|
||||
gifread.o gui.o help.o history.o hotlist.o image.o \
|
||||
menus.o mouseactions.o plotters.o plugin.o print.o \
|
||||
save.o save_complete.o save_draw.o save_text.o \
|
||||
schedule.o search.o sprite.o textselection.o theme.o thumbnail.o \
|
||||
ufont.o uri.o url_protocol.o wimp.o window.o # riscos/
|
||||
|
@ -53,7 +54,8 @@ OBJECTS_DEBUGRO += bitmap.o draw.o filetype.o font.o \
|
|||
OBJECTS_GTK = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
|
||||
OBJECTS_GTK += filetyped.o # debug/
|
||||
OBJECTS_GTK += browser.o netsurf.o version.o # desktop/
|
||||
OBJECTS_GTK += font_pango.o gtk_bitmap.o gtk_gui.o gtk_window.o # gtk/
|
||||
OBJECTS_GTK += font_pango.o gtk_bitmap.o gtk_gui.o \
|
||||
gtk_plotters.o gtk_window.o # gtk/
|
||||
|
||||
|
||||
OBJDIR_RISCOS = arm-riscos-aof
|
||||
|
|
Loading…
Reference in New Issue