From 15eb877a4c6b002968db7fce279d7ad093e4d121 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Wed, 6 Aug 2008 21:46:53 +0000 Subject: 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 --- Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.sources') 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 \ -- cgit v1.2.3