summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-08-06 21:46:53 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-08-06 21:46:53 +0000
commit15eb877a4c6b002968db7fce279d7ad093e4d121 (patch)
tree6c7ff3363309e0927cf8de417725585d3e7ea3f3 /Makefile.sources
parent114f948f36cbfa3e8a537ed1cd43256802e75a09 (diff)
downloadnetsurf-15eb877a4c6b002968db7fce279d7ad093e4d121.tar.gz
netsurf-15eb877a4c6b002968db7fce279d7ad093e4d121.tar.bz2
Use ccres (http://www.riscos.info/index.php/CCres) to compile textual
versions of our Templates to their binary versions. This allows us during the build to conditionally enable/disable certain icons or change the icon representation. Change made by jmb & joty. svn path=/trunk/netsurf/; revision=4929
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.sources b/Makefile.sources
index d13bf7cb6..41a148b81 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -55,6 +55,8 @@ S_RISCOS := 401login.c artworks.c assert.c awrender.s bitmap.c buffer.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)
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))
# S_GTK are sources purely for the GTK build
S_GTK := font_pango.c gtk_bitmap.c gtk_gui.c gtk_schedule.c \