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)