From 6bbf963809c1ada33fd1f95b172af72724b323d2 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Tue, 13 May 2008 13:11:55 +0000 Subject: [PATCH] =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0TWL=5FIPL?= =?UTF-8?q?=5FRED=5FPRIVATE=5FROOT=E6=9C=AA=E5=AE=9A=E7=BE=A9=E6=99=82?= =?UTF-8?q?=E3=81=AF=E3=80=81SharedFont=E3=82=92=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1330 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Makefile | 1 + build/systemMenu_RED/sharedFont/Makefile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/systemMenu_RED/Makefile b/build/systemMenu_RED/Makefile index ea029b54..d3a08685 100644 --- a/build/systemMenu_RED/Makefile +++ b/build/systemMenu_RED/Makefile @@ -25,6 +25,7 @@ SUBDIRS_P = \ MachineSettings \ PictoChat \ wlanfirm \ + sharedFont \ DSHashTable #DS_DownloadPlay diff --git a/build/systemMenu_RED/sharedFont/Makefile b/build/systemMenu_RED/sharedFont/Makefile index e0afe028..ff35d02d 100644 --- a/build/systemMenu_RED/sharedFont/Makefile +++ b/build/systemMenu_RED/sharedFont/Makefile @@ -26,14 +26,17 @@ FONTS = TWL_BF00_l.NFTR \ TWL_BF00_s.NFTR FONT_RSC = $(addprefix $(FONT_DIR)/, $(FONTS)) +ifdef $(TWL_IPL_RED_PRIVATE_ROOT) FONT_TABLE = TWLFontTable.dat +endif + GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx #---------------------------------------------------------------------------- #INSTALL_TARGETS = $(FONT_TABLE) #INSTALL_DIR = $(FONT_TABLE)/build/tools/TwlNMenu/data -LDIRT_CLEAN = $(FONT_TABLE) +LDIRT_CLEAN = $(FONT_TABLE) $(FONTS) #----------------------------------------------------------------------------