From acfb4c0adb113b0dfaff7f07e93be58fd4238bd6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 11 Aug 2004 22:08:26 +0000 Subject: [project @ 2004-08-11 22:08:25 by bursa] Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index fc7e9fc61..316f16c86 100644 --- a/makefile +++ b/makefile @@ -27,7 +27,7 @@ OBJECTS_RISCOS = $(OBJECTS_COMMON) OBJECTS_RISCOS += browser.o netsurf.o version.o # desktop/ OBJECTS_RISCOS += 401login.o debugwin.o \ buffer.o dialog.o download.o draw.o filetype.o font.o gif.o \ - gifread.o gui.o help.o history.o hotlist.o htmlinstance.o \ + gifread.o gui.o help.o history.o hotlist.o \ htmlredraw.o jpeg.o menus.o mng.o mouseactions.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 \ -- cgit v1.2.3