From 1925b6c639b79c7ae5614237b97fa33d50e0458f Mon Sep 17 00:00:00 2001 From: kamikawa Date: Wed, 23 Jul 2008 06:42:38 +0000 Subject: [PATCH] =?UTF-8?q?TwlFontTable.dat=E3=81=AE=E6=A0=BC=E7=B4=8D?= =?UTF-8?q?=E5=85=88=E3=82=92=20NandInitializerRed/data=20=E3=81=8B?= =?UTF-8?q?=E3=82=89=20SystemUpdater/data=20=E3=81=B8=E5=A4=89=E6=9B=B4=20?= =?UTF-8?q?(SystemUpdater)=20MAKEROM=5FFLAGS=E3=81=8B=E3=82=89-a=20?= =?UTF-8?q?=E3=82=92=E6=8A=9C=E3=81=8F=E8=A8=98=E8=BF=B0=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= 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@1963 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/sharedFont/Makefile | 2 +- build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf | 3 --- build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf | 3 --- build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile | 2 -- build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf | 6 ++---- 5 files changed, 3 insertions(+), 13 deletions(-) diff --git a/build/systemMenu_RED/sharedFont/Makefile b/build/systemMenu_RED/sharedFont/Makefile index 2aba8e25..f55375cd 100644 --- a/build/systemMenu_RED/sharedFont/Makefile +++ b/build/systemMenu_RED/sharedFont/Makefile @@ -40,7 +40,7 @@ GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx #---------------------------------------------------------------------------- INSTALL_TARGETS = $(FONT_TABLE) -INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data +INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/SystemUpdater/data LDIRT_CLEAN = diff --git a/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf b/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf index 71bbbea2..f1401794 100644 --- a/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf +++ b/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf @@ -197,9 +197,6 @@ RomSpec HostRoot ../../../systemMenu_RED/data Root /data File NTR_IPL_font_m.NFTR - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data - Root /data - File *.* HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) diff --git a/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf b/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf index 7fb60ce4..0832788a 100644 --- a/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf +++ b/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf @@ -218,9 +218,6 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data - Root /data - File *.* HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile index 12573b69..85509efa 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile @@ -94,8 +94,6 @@ MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)' \ -DCARD_REGION='$(CARD_REGION)' \ -DDISABLE_DEBUG='$(DISABLE_DEBUG)' -MAKEROM_FLAGS := $(filter-out -a,$(MAKEROM_FLAGS)) - MAKETAD_FLAGS += -s SYSMENU_LIBS = \ diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf index f825b4f5..42b3e030 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf @@ -222,11 +222,9 @@ RomSpec Segment ALL HostRoot ../data Root /data - File *.* + File HNAA.tad HNBA.tad HNCA.tad HNHA.tad HNLA.tad \ + menu_launcher.nand TWLFontTable.dat HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data - Root /data - File TWLFontTable.dat }