From 3efaf7993a7b018d3a255c64777a045538e2c8ae Mon Sep 17 00:00:00 2001 From: kamikawa Date: Mon, 18 Aug 2008 12:54:20 +0000 Subject: [PATCH] =?UTF-8?q?(SystemUpdater)=20SystemMenu=E3=81=AE=E3=83=93?= =?UTF-8?q?=E3=83=AB=E3=83=89=E3=82=92=E3=82=B9=E3=82=AD=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=81=97=E3=81=A6=E6=97=A2=E5=AD=98=E3=83=87=E3=83=BC=E3=82=BF?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E3=81=99=E3=82=8BMake=E3=82=B9=E3=82=A4=E3=83=83=E3=83=81?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82=E4=B8=8D=E8=A6=81=E3=81=AA?= =?UTF-8?q?demolib=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=80=82?= 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@2183 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile | 2 -- build/systemMenu_tools/SystemUpdater/Makefile | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile index 423adc2e..0d9dd0cc 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile @@ -71,8 +71,6 @@ SRCDIR = src \ #---------------------------------------------------------------------------- include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -include $(TWLSDK_ROOT)/build/buildtools/commondefs.gx.demolib - ifneq ($(TWL_IPL_RED_PRIVATE_ROOT),) ifdef FIRM_USE_PRODUCT_KEYS diff --git a/build/systemMenu_tools/SystemUpdater/Makefile b/build/systemMenu_tools/SystemUpdater/Makefile index d6cb2d18..d931d7c0 100644 --- a/build/systemMenu_tools/SystemUpdater/Makefile +++ b/build/systemMenu_tools/SystemUpdater/Makefile @@ -29,6 +29,10 @@ DS_HASH_TABLE = $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/DSHashTable SHARED_FONT_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/sharedFont NANDFIRM_DIR = $(TWL_IPL_RED_ROOT)/build/nandfirm/menu-launcher +# 既存データを使用する場合はTRUEを指定 +SKIP_CREATE_DATA = FALSE + +ifeq ($(SKIP_CREATE_DATA),FALSE) SUBDIRS = $(LAUNCHER_DIR) \ $(MACHINESETTINGS_DIR) \ $(WLANFIRM_DIR) \ @@ -39,6 +43,11 @@ SUBDIRS = $(LAUNCHER_DIR) \ banner \ ARM7.TWL \ ARM9.TWL +else +SUBDIRS = banner \ + ARM7.TWL \ + ARM9.TWL +endif # COMPILE SWITCH for build SystemMenu