From a0e333d669116db5aea88cdb4c6a015c1b2f3db5 Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (monotony)" Date: Sat, 3 Nov 2012 11:47:43 +0000 Subject: Try to have RISC OS front end use FatMessages. This is an ugly hack. --- riscos/Makefile.target | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'riscos') 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 # ---------------------------------------------------------------------------- -- cgit v1.2.3