[project @ 2003-06-01 23:44:38 by jmb]

Make it build

svn path=/import/netsurf/; revision=149
This commit is contained in:
John Mark Bell 2003-06-01 23:44:38 +00:00
parent de5c800399
commit d4f3c07ae2

View File

@ -1,4 +1,4 @@
# $Id: makefile,v 1.25 2003/06/01 23:02:56 monkeyson Exp $
# $Id: makefile,v 1.26 2003/06/01 23:44:38 jmb 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 choices.o
utils.o plugin.o options.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 \