From 4e8f94696c38e2f92cfd2fa9f193cfb2b5608265 Mon Sep 17 00:00:00 2001 From: n2460 Date: Wed, 19 Oct 2011 00:46:26 +0000 Subject: [PATCH] =?UTF-8?q?TwlBkpImporter:OMakeroot=E3=81=AE=E7=A7=BB?= =?UTF-8?q?=E5=8B=95,release=20=E3=81=A7=E3=81=AF=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_test_tools@22 6b0af911-cb57-b745-895f-eec5701120e1 --- TwlBkpCheck/CTR/OMakefile | 19 +++++++++++++++++++ .../CTR/{TwlBkpImporter => }/OMakeroot | 2 +- TwlBkpCheck/CTR/TwlBkpImporter/OMakefile | 5 ++++- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 TwlBkpCheck/CTR/OMakefile rename TwlBkpCheck/CTR/{TwlBkpImporter => }/OMakeroot (95%) diff --git a/TwlBkpCheck/CTR/OMakefile b/TwlBkpCheck/CTR/OMakefile new file mode 100644 index 0000000..3df1cbd --- /dev/null +++ b/TwlBkpCheck/CTR/OMakefile @@ -0,0 +1,19 @@ +#!/usr/bin/env omake +#---------------------------------------------------------------------------- +# Project: Horizon +# File: OMakefile +# +# Copyright (C)2009-2011 Nintendo Co., Ltd. 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. +# +# $Rev$ +#---------------------------------------------------------------------------- + +.SUBDIRS: $(filter-out Bin, $(glob D, *)) + +DefineDefaultRules() diff --git a/TwlBkpCheck/CTR/TwlBkpImporter/OMakeroot b/TwlBkpCheck/CTR/OMakeroot similarity index 95% rename from TwlBkpCheck/CTR/TwlBkpImporter/OMakeroot rename to TwlBkpCheck/CTR/OMakeroot index 7ee1cb5..875e083 100644 --- a/TwlBkpCheck/CTR/TwlBkpImporter/OMakeroot +++ b/TwlBkpCheck/CTR/OMakeroot @@ -11,7 +11,7 @@ # 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. # -# $Rev:$ +# $Rev$ #---------------------------------------------------------------------------- # ディレクトリレイアウトについての説明 diff --git a/TwlBkpCheck/CTR/TwlBkpImporter/OMakefile b/TwlBkpCheck/CTR/TwlBkpImporter/OMakefile index ceea4db..cb833db 100644 --- a/TwlBkpCheck/CTR/TwlBkpImporter/OMakefile +++ b/TwlBkpCheck/CTR/TwlBkpImporter/OMakefile @@ -13,7 +13,10 @@ # # $Rev: 34658 $ #---------------------------------------------------------------------------- -SUPPORTED_TARGETS = CTR-*.Process.MPCore.* +SUPPORTED_TARGETS = CTR-T*.Process.MPCore.* + +# release ビルドでは nn::dbg::xxx が使用できないため、release ならビルドしない +TARGET_BUILDTYPES = $(filter Development Debug, $(TARGET_BUILDTYPES)) SAMPLE_DEMOS_DIR = $(dir $(CTRSDK_ROOT)/../CTR/SampleDemos) SAMPLE_DEMOS_COMMON_INCLUDE_DIR = $(dir $(SAMPLE_DEMOS_DIR)/common/include)