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)