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 +