mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
共有フォントのビルド時に、ファイル名にフォントデータのタイムスタンプを付加するよう変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2434 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
aafa35ad4f
commit
4254d09127
@ -34,6 +34,7 @@ FONT_ORG_RSC = $(addprefix $(FONT_ORG_DIR)/, $(FONTS))
|
|||||||
|
|
||||||
ifneq ($(TWL_IPL_RED_PRIVATE_ROOT),)
|
ifneq ($(TWL_IPL_RED_PRIVATE_ROOT),)
|
||||||
FONT_TABLE = TWLFontTable.dat
|
FONT_TABLE = TWLFontTable.dat
|
||||||
|
FONT_TABLE_WITH_TIMESTAMP = TWLFontTable_$(FONT_TIMESTAMP).dat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx
|
GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx
|
||||||
@ -42,16 +43,18 @@ GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx
|
|||||||
INSTALL_TARGETS = $(FONT_TABLE)
|
INSTALL_TARGETS = $(FONT_TABLE)
|
||||||
INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/SystemUpdater/data
|
INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/SystemUpdater/data
|
||||||
|
|
||||||
LDIRT_CLEAN =
|
LDIRT_CLEAN = $(FONT_TABLE_WITH_TIMESTAMP)
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
do-build : $(FONT_TABLE)
|
do-build : $(FONT_TABLE) $(FONT_TABLE_WITH_TIMESTAMP)
|
||||||
|
|
||||||
# compress sharedFonts and them in local directory
|
# compress sharedFonts and them in local directory
|
||||||
$(FONT_TABLE): $(FONT_RSC) $(GEN_FONT_TABLE)
|
$(FONT_TABLE): $(FONT_RSC) $(GEN_FONT_TABLE)
|
||||||
$(GEN_FONT_TABLE) $(FONT_TIMESTAMP) $(FONT_RSC)
|
$(GEN_FONT_TABLE) $(FONT_TIMESTAMP) $(FONT_RSC)
|
||||||
|
|
||||||
|
$(FONT_TABLE_WITH_TIMESTAMP): $(FONT_TABLE)
|
||||||
|
cp $< $@
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user