mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
バージョンをアドホック指定とし、0 とした。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1657 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0b28f24adf
commit
b677188244
@ -16,20 +16,23 @@
|
||||
# $Author:
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
DS_HASH_TABLE_TITLE_NAME = DSHashTable
|
||||
DS_HASH_TABLE_DATA_DIR = $(SYSMENU_ROOT)/build/systemMenu_RED/DSHashTable
|
||||
DS_HASH_TABLE_DATA = $(DS_HASH_TABLE_DATA_DIR)/$(DS_HASH_TABLE_TITLE_NAME).bin
|
||||
DS_HASH_TABLE_TITLE = HNHA
|
||||
DS_HASH_TABLE_TITLE_ID_HI = 0003000F
|
||||
DS_HASH_TABLE_TITLE_ID_LO = $(shell perl -e 'printf "%02X%02X%02X%02X", unpack("C4", "'$(DS_HASH_TABLE_TITLE)'")')
|
||||
DS_HASH_TABLE_TITLE_ID = $(DS_HASH_TABLE_TITLE_ID_HI)$(DS_HASH_TABLE_TITLE_ID_LO)
|
||||
DS_HASH_TABLE_TITLE_NAME := DSHashTable
|
||||
DS_HASH_TABLE_DATA_DIR := $(SYSMENU_ROOT)/build/systemMenu_RED/DSHashTable
|
||||
DS_HASH_TABLE_DATA := $(DS_HASH_TABLE_DATA_DIR)/$(DS_HASH_TABLE_TITLE_NAME).bin
|
||||
DS_HASH_TABLE_TITLE := HNHA
|
||||
DS_HASH_TABLE_TITLE_ID_HI := 0003000F
|
||||
DS_HASH_TABLE_TITLE_ID_LO := $(shell perl -e 'printf "%02X%02X%02X%02X", unpack("C4", "'$(DS_HASH_TABLE_TITLE)'")')
|
||||
DS_HASH_TABLE_TITLE_ID := $(DS_HASH_TABLE_TITLE_ID_HI)$(DS_HASH_TABLE_TITLE_ID_LO)
|
||||
|
||||
DS_HASH_TABLE_GROUP_ID = 3031
|
||||
DS_HASH_TABLE_GROUP_ID := 3031
|
||||
|
||||
DS_HASH_TABLE_VERSION = $(shell perl -e 'open IN, "$(DS_HASH_TABLE_DATA)"; binmode IN; seek IN, 132, 0; read IN, $$buf, 2; print unpack "S", $$buf; close IN')
|
||||
#DS_HASH_TABLE_VERSION := $(shell perl -e 'open IN, "$(DS_HASH_TABLE_DATA)"; binmode IN; seek IN, 132, 0; read IN, $$buf, 2; print unpack "S", $$buf; close IN')
|
||||
|
||||
DS_HASH_TABLE_MAJOR_VERSION = $(shell expr $(DS_HASH_TABLE_VERSION) / 256)
|
||||
DS_HASH_TABLE_MINOR_VERSION = $(shell expr $(DS_HASH_TABLE_VERSION) % 256)
|
||||
#DS_HASH_TABLE_MAJOR_VERSION := $(shell expr $(DS_HASH_TABLE_VERSION) / 256)
|
||||
#DS_HASH_TABLE_MINOR_VERSION := $(shell expr $(DS_HASH_TABLE_VERSION) % 256)
|
||||
|
||||
DS_HASH_TABLE_MAKETAD_OPTION = -s -d $(DS_HASH_TABLE_TITLE_ID) $(DS_HASH_TABLE_GROUP_ID) $(DS_HASH_TABLE_MAJOR_VERSION) $(DS_HASH_TABLE_TITLE_NAME) \
|
||||
DS_HASH_TABLE_MAJOR_VERSION := 0
|
||||
DS_HASH_TABLE_MINOR_VERSION := 0
|
||||
|
||||
DS_HASH_TABLE_MAKETAD_OPTION := -s -d $(DS_HASH_TABLE_TITLE_ID) $(DS_HASH_TABLE_GROUP_ID) $(DS_HASH_TABLE_MAJOR_VERSION) $(DS_HASH_TABLE_TITLE_NAME) \
|
||||
-v $(DS_HASH_TABLE_MINOR_VERSION) -p
|
||||
|
||||
Loading…
Reference in New Issue
Block a user