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@2433 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b1c552af13
commit
aafa35ad4f
@ -33,7 +33,7 @@ MY_DATA2 = data.bin
|
||||
MY_TITLE = $(DS_HASH_TABLE_TITLE)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
MY_TAD = $(MY_TITLE).tad
|
||||
MY_TAD = $(MY_TITLE)-$(DS_HASH_TABLE_VERSION).tad
|
||||
|
||||
#INSTALL_TARGETS = $(MY_TAD)
|
||||
#INSTALL_DIR =
|
||||
|
||||
@ -26,7 +26,7 @@ DS_HASH_TABLE_TITLE_ID := $(DS_HASH_TABLE_TITLE_ID_HI)$(DS_HASH_TABLE_
|
||||
|
||||
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user