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@1725 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
2247d6351b
commit
1ce544dd26
@ -45,7 +45,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
do-build : $(FONT_TABLE)
|
||||
|
||||
$(FONT_TABLE): $(FONT_RSC)
|
||||
$(FONT_TABLE): $(FONT_RSC) ./Makefile
|
||||
$(GEN_FONT_TABLE) $(FONT_TIMESTAMP) $(FONT_RSC)
|
||||
|
||||
#===== End of Makefile =====
|
||||
|
||||
@ -25,7 +25,7 @@ TARGET_FIRM = SYSTEMMENU
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
include ./commondefs.sysmenuVersion
|
||||
|
||||
VER_TIMESTAMP = 08062300
|
||||
VER_TIMESTAMP = 08062300
|
||||
|
||||
# システムメニューバージョン
|
||||
MAJOR_VERSION = 0
|
||||
@ -46,7 +46,7 @@ TARGETS += $(VERSION_TAD)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
LDIRT_CLEAN = $(VERSION_DAT) $(VERSION_TAD) properties
|
||||
LDIRT_CLEAN = $(VERSION_TAD) properties
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@ -54,7 +54,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
do-build : $(VERSION_TAD)
|
||||
|
||||
$(VERSION_DAT):
|
||||
$(VERSION_DAT): ./Makefile ./commondefs.sysmenuVersion
|
||||
$(GEN_VERSION_FILE) $(VER_TIMESTAMP) $(MAJOR_VERSION) $(MINOR_VERSION) $(USER_AREA_SIZE)
|
||||
|
||||
$(VERSION_TAD) : $(SYSMENU_VERSION_FILE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user