mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
環境変数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:
parent
7afb208672
commit
6bbf963809
@ -25,6 +25,7 @@ SUBDIRS_P = \
|
||||
MachineSettings \
|
||||
PictoChat \
|
||||
wlanfirm \
|
||||
sharedFont \
|
||||
DSHashTable
|
||||
#DS_DownloadPlay
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user