From 9f81422aeaca41d8c93e2b69c3c525d84a9c633b Mon Sep 17 00:00:00 2001 From: Phil Mellor Date: Sun, 1 Jun 2003 23:02:56 +0000 Subject: [project @ 2003-06-01 23:02:56 by monkeyson] Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 28206efed..b8f25d8a3 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.24 2003/05/31 21:19:12 bursa Exp $ +# $Id: makefile,v 1.25 2003/06/01 23:02:56 monkeyson Exp $ CC = riscos-gcc OBJECTS = cache.o content.o fetch.o fetchcache.o \ @@ -6,7 +6,7 @@ OBJECTS = cache.o content.o fetch.o fetchcache.o \ browser.o netsurf.o \ box.o html.o layout.o textplain.o \ filetype.o font.o gui.o jpeg.o png.o theme.o \ - utils.o plugin.o + utils.o plugin.o choices.o VPATH = content:css:desktop:render:riscos:utils WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \ -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes \ -- cgit v1.2.3