環境変数TWL_IPL_RED_PRIVATE_ROOT未定義時は、SharedFontをビルドしないよう変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1330 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-05-13 13:11:55 +00:00
parent 7afb208672
commit 6bbf963809
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,7 @@ SUBDIRS_P = \
MachineSettings \
PictoChat \
wlanfirm \
sharedFont \
DSHashTable
#DS_DownloadPlay

View File

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