summaryrefslogtreecommitdiff
path: root/riscos/Makefile.target
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-03 19:25:01 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-03 19:25:01 +0100
commit143e553593477ba42ecbda9858436e66aaf56d2c (patch)
tree870425b20f31a1805dd8d707f2428f338d41fce9 /riscos/Makefile.target
parentd041594fd9b793816e62a3209e6877c8055b7e3e (diff)
downloadnetsurf-143e553593477ba42ecbda9858436e66aaf56d2c.tar.gz
netsurf-143e553593477ba42ecbda9858436e66aaf56d2c.tar.bz2
Remove redundant bitmap compression/decompression/dropping-to-disc. The core now has a converted bitmap cache that is pruned more agressively.
Diffstat (limited to 'riscos/Makefile.target')
-rw-r--r--riscos/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index b32590bfa..3d64e24f9 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -83,7 +83,7 @@ S_RISCOS := 401login.c assert.c bitmap.c buffer.c cookies.c configure.c \
throbber.c url_bar.c) \
$(addprefix configure/,con_cache.c con_connect.c con_content.c \
con_fonts.c con_home.c con_image.c con_inter.c con_language.c \
- con_memory.c con_secure.c con_theme.c)
+ con_secure.c con_theme.c)
S_RISCOS := $(addprefix riscos/,$(S_RISCOS))
TPL_RISCOS := de en fr nl # TODO: It'd be nice to auto-detect these
TPL_RISCOS := $(addprefix riscos/templates/,$(TPL_RISCOS))