From d6a72076140f62a91fe82e9c3b790758b836f2bd Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 8 Feb 2005 07:17:40 +0000 Subject: [PATCH] temp hack for separate rss files --- symbian/group/bldlinux.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/symbian/group/bldlinux.mk b/symbian/group/bldlinux.mk index 5e50ba97c..0056be68d 100644 --- a/symbian/group/bldlinux.mk +++ b/symbian/group/bldlinux.mk @@ -154,5 +154,10 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.cpp $(NAME).mbg $(NAME).mbm: $(IMG_SRC) $(BMCONV) /h$(NAME).mbg $(NAME).mbm $(subst ..,/2..,$(IMG_SRC)) +# temporary hack until I get 'round to breaking the .rss file into +# common, 60 and 80 (with the latter two including the first). +$(NAME).rss: xwords.rss + ln -s $< $@ + clean: rm -f $(GENERATED) $(NAME).aifspec $(OBJECTS) $(MBG) *.mbm