summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorRob Kendrick (monotony) <rjek@netsurf-browser.org>2012-11-03 11:47:43 +0000
committerRob Kendrick (monotony) <rjek@netsurf-browser.org>2012-11-03 11:47:43 +0000
commita0e333d669116db5aea88cdb4c6a015c1b2f3db5 (patch)
treea6e03bf8ab647a77c3de7007276aa4ea4c189629 /riscos
parent118b03a7864cd747ee89800180867452de3f5549 (diff)
downloadnetsurf-a0e333d669116db5aea88cdb4c6a015c1b2f3db5.tar.gz
netsurf-a0e333d669116db5aea88cdb4c6a015c1b2f3db5.tar.bz2
Try to have RISC OS front end use FatMessages. This is an ugly hack.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index e9b6948a3..ae367fe78 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -36,7 +36,7 @@ endif
TPD_RISCOS = $(foreach TPL,$(notdir $(TPL_RISCOS)), \
!NetSurf/Resources/$(TPL)/Templates$(TPLEXT))
-RESOURCES = $(TPD_RISCOS)
+RESOURCES = $(TPD_RISCOS) split-messages
CFLAGS += -I. $(WARNFLAGS) -Driscos \
-std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE \
@@ -108,6 +108,10 @@ clean-run:
$(Q) $(RM) !NetSurf/!Run$(RUNEXT)
CLEANS += clean-run
+split-messages:
+ $(call split_install_messages, ro, !NetSurf/Resources/)
+.PHONY: split-messages
+
# ----------------------------------------------------------------------------
# Install target
# ----------------------------------------------------------------------------