From aafa35ad4f364c37063502ce98b697d440fc5422 Mon Sep 17 00:00:00 2001 From: yutaka Date: Mon, 8 Sep 2008 06:17:28 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D?= =?UTF-8?q?=E3=81=AB=E3=82=A8=E3=83=B3=E3=83=88=E3=83=AA=E6=95=B0=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2433 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/DSHashTable/Makefile | 2 +- build/systemMenu_RED/DSHashTable/commondefs.DSHashTable | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/systemMenu_RED/DSHashTable/Makefile b/build/systemMenu_RED/DSHashTable/Makefile index ca3b9478..8d774c5b 100644 --- a/build/systemMenu_RED/DSHashTable/Makefile +++ b/build/systemMenu_RED/DSHashTable/Makefile @@ -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 = diff --git a/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable b/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable index 7c01d41f..8bab299b 100644 --- a/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable +++ b/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable @@ -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)