From eea73afcccccf2dd5df271fec8cbd06dd4123b64 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Wed, 25 Jun 2008 01:16:49 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=83=B3=E3=83=81=E3=83=A3=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E3=83=93=E3=83=AB=E3=83=89=E3=82=B9=E3=82=A4=E3=83=83?= =?UTF-8?q?=E3=83=81=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E3=82=92=E5=88=87=E3=82=8A=E5=87=BA=E3=81=97=E3=81=A6=E3=80=81?= =?UTF-8?q?commondefs.launcher=E3=81=A8=E3=81=99=E3=82=8B=E3=80=82=20?= =?UTF-8?q?=E3=81=93=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92?= =?UTF-8?q?=E3=83=84=E3=83=AA=E3=83=BC=E3=83=88=E3=83=83=E3=83=97=E3=81=AE?= =?UTF-8?q?Makefile,=20Makefile.full,=20Makefile.sysmenu=E3=81=A7=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=83=AB=E3=83=BC=E3=83=89=20=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=A6=E3=80=81?= =?UTF-8?q?=E3=83=84=E3=83=AA=E3=83=BC=E3=83=88=E3=83=83=E3=83=97=E3=81=A7?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=97=E3=81=A6=E3=82=82=E3=83=A9?= =?UTF-8?q?=E3=83=B3=E3=83=81=E3=83=A3=E3=83=BC=E7=92=B0=E5=A2=83=E5=A4=89?= =?UTF-8?q?=E6=95=B0=E3=81=8C=E3=83=84=E3=83=AA=E3=83=BC=E5=86=85=E3=81=AE?= =?UTF-8?q?=E3=82=BD=E3=83=BC=E3=82=B9=E3=81=AB=20=E5=8F=8D=E6=98=A0?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=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@1686 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- Makefile | 1 + Makefile.full | 1 + Makefile.sysmenu | 1 + build/systemMenu_RED/Launcher/ARM9/Makefile | 12 ++------ .../Launcher/ARM9/commondefs.launcher | 29 +++++++++++++++++++ 5 files changed, 35 insertions(+), 9 deletions(-) create mode 100644 build/systemMenu_RED/Launcher/ARM9/commondefs.launcher diff --git a/Makefile b/Makefile index 29cc109e..a80c2995 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ # $Author$ #---------------------------------------------------------------------------- +include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs diff --git a/Makefile.full b/Makefile.full index 555d1886..30d21a44 100644 --- a/Makefile.full +++ b/Makefile.full @@ -16,6 +16,7 @@ # $Author$ #---------------------------------------------------------------------------- +include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs diff --git a/Makefile.sysmenu b/Makefile.sysmenu index 28cbcf5c..43b4f9fa 100644 --- a/Makefile.sysmenu +++ b/Makefile.sysmenu @@ -18,6 +18,7 @@ TARGET_FIRM = SYSTEMMENU +include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs diff --git a/build/systemMenu_RED/Launcher/ARM9/Makefile b/build/systemMenu_RED/Launcher/ARM9/Makefile index a459d9e5..b3992944 100644 --- a/build/systemMenu_RED/Launcher/ARM9/Makefile +++ b/build/systemMenu_RED/Launcher/ARM9/Makefile @@ -39,18 +39,12 @@ WRAM_MAP_FILE = $(COMPONENT_DIR)/wram_regs/wram_regs.rbin #---------------------------------------------------------------------------- -ifneq ($(UPDATER_RELEASE),TRUE) +# ランチャーのビルドスイッチ設定インクルード +include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher -# COMPILE SWITCH ※最終ROM作成時は、全てFALSEにセットする。SUBDIRのビルド時にも影響するようexportで環境変数設定する。 -export DO_NOT_SHOW_LAUNCHER = FALSE -export DISABLE_WDS_SCAN = TRUE -export DISABLE_WLFIRM_LOAD = FALSE -export DISABLE_INITIAL_SETTINGS = TRUE -export IGNORE_WLFIRM_SIGNCHECK = FALSE -endif # MAKEROM SWITCH ※最終ROM作成時は、全てTRUEにセットする -DISABLE_DEBUG ?= FALSE +DISABLE_DEBUG ?= FALSE TARGET_FIRM = SYSTEMMENU diff --git a/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher b/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher new file mode 100644 index 00000000..36a1e93f --- /dev/null +++ b/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher @@ -0,0 +1,29 @@ +#! make -f +#---------------------------------------------------------------------------- +# Project: TwlIPL +# File: commondefs.launcher - +# +# Copyright 2007 Nintendo. All rights reserved. +# +# These coded instructions, statements, and computer programs contain +# proprietary information of Nintendo of America Inc. and/or Nintendo +# Company Ltd., and are protected by Federal copyright law. They may +# not be disclosed to third parties or copied or duplicated in any form, +# in whole or in part, without the prior written consent of Nintendo. +# +# $Date:: +# $Rev: +# $Author: +#---------------------------------------------------------------------------- + +ifneq ($(UPDATER_RELEASE),TRUE) + +# COMPILE SWITCH ※最終ROM作成時は、全てFALSEにセットする。SUBDIRのビルド時にも影響するようexportで環境変数設定する。 +export DO_NOT_SHOW_LAUNCHER = FALSE +export DISABLE_WDS_SCAN = TRUE +export DISABLE_WLFIRM_LOAD = FALSE +export DISABLE_INITIAL_SETTINGS = TRUE +export IGNORE_WLFIRM_SIGNCHECK = FALSE + +endif +