mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
[project @ 2003-06-05 14:01:37 by bursa]
Add gif.o to makefile. svn path=/import/netsurf/; revision=162
This commit is contained in:
parent
bedeee808c
commit
7513ff06f2
4
makefile
4
makefile
@ -1,11 +1,11 @@
|
||||
# $Id: makefile,v 1.30 2003/06/05 13:17:55 philpem Exp $
|
||||
# $Id: makefile,v 1.31 2003/06/05 14:01:37 bursa Exp $
|
||||
|
||||
CC = riscos-gcc
|
||||
OBJECTS = cache.o content.o fetch.o fetchcache.o \
|
||||
css.o css_enum.o parser.o ruleset.o scanner.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 \
|
||||
filetype.o font.o gif.o gui.o jpeg.o png.o theme.o \
|
||||
utils.o plugin.o options.o
|
||||
DOCUMENTS = Themes.html
|
||||
VPATH = content:css:desktop:render:riscos:utils
|
||||
|
Loading…
Reference in New Issue
Block a user