From 403f12872d55a71b04287ed828be0c63be19e856 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 4 Oct 2004 23:54:42 +0000 Subject: [project @ 2004-10-04 23:54:42 by rjw] Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301 --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 58f5b30d8..42a8f7fe7 100644 --- a/makefile +++ b/makefile @@ -23,13 +23,13 @@ OBJECTS_COMMON += box.o form.o html.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/ -OBJECTS_IMAGE = jpeg.o mng.o # image/ +OBJECTS_IMAGE = jpeg.o mng.o gif.o gifread.o # image/ 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 gif.o \ - gifread.o gui.o help.o history.o hotlist.o htmlredraw.o image.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 \ 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