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) #----------------------------------------------------------------------------