mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
support TWL_PRIVATE.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@226 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
f39dcc16df
commit
58ab7a4dd6
21
build/buildtools/@privatedefs
Normal file
21
build/buildtools/@privatedefs
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#! make -f
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# Project: TwlSDK - @privatedefs
|
||||||
|
# File: Makefile
|
||||||
|
#
|
||||||
|
# Copyright 2007 Nintendo. All rights reserved.
|
||||||
|
#
|
||||||
|
# These coded insructions, 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:: 2007-07-31#$
|
||||||
|
# $Rev: 387 $
|
||||||
|
# $Author: terui $
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
TWL_WITH_ARM7 := TRUE
|
||||||
|
|
||||||
|
#===== End of @privatedefs =====
|
||||||
21
build/buildtools/_privatedefs
Normal file
21
build/buildtools/_privatedefs
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#! make -f
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# Project: TwlSDK - _privatedefs
|
||||||
|
# File: Makefile
|
||||||
|
#
|
||||||
|
# Copyright 2007 Nintendo. All rights reserved.
|
||||||
|
#
|
||||||
|
# These coded insructions, 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:: 2007-07-31#$
|
||||||
|
# $Rev: 387 $
|
||||||
|
# $Author: terui $
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
TWL_PRIVATE := TRUE
|
||||||
|
|
||||||
|
#===== End of _privatedefs =====
|
||||||
@ -229,16 +229,6 @@ include $(NITROSDK_ROOT)/build/buildtools/commondefs
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
ifeq ($(NITRO_PRIVATE),TRUE)
|
|
||||||
TWL_PRIVATE := TRUE
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(NITRO_WITH_ARM7),TRUE)
|
|
||||||
TWL_WITH_ARM7 := TRUE
|
|
||||||
endif
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
### Global Library resettings
|
### Global Library resettings
|
||||||
|
|
||||||
GINCLUDES := $(TWL_INCDIR) $(GINCLUDES)
|
GINCLUDES := $(TWL_INCDIR) $(GINCLUDES)
|
||||||
@ -265,6 +255,13 @@ TWL_INSTALL_COMPONENTSDIR := $(TWL_INSTALL_ROOT)/components
|
|||||||
TWL_INSTALL_ADDINS := $(TWL_INSTALL_ROOT)/add-ins
|
TWL_INSTALL_ADDINS := $(TWL_INSTALL_ROOT)/add-ins
|
||||||
|
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# PRIVATE FLAGS
|
||||||
|
#
|
||||||
|
-include $(TWL_BUILDTOOLSDIR)/_privatedefs
|
||||||
|
-include $(TWL_BUILDTOOLSDIR)/@privatedefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Compiler flags
|
# Compiler flags
|
||||||
#
|
#
|
||||||
|
|||||||
@ -25,7 +25,6 @@ SUBDIRS = \
|
|||||||
os \
|
os \
|
||||||
pxi \
|
pxi \
|
||||||
mi \
|
mi \
|
||||||
vlink \
|
|
||||||
spi \
|
spi \
|
||||||
ctrdg \
|
ctrdg \
|
||||||
aes \
|
aes \
|
||||||
@ -33,13 +32,19 @@ SUBDIRS = \
|
|||||||
cdc \
|
cdc \
|
||||||
snd \
|
snd \
|
||||||
camera \
|
camera \
|
||||||
cs \
|
|
||||||
fatfs \
|
|
||||||
devices \
|
devices \
|
||||||
dsp \
|
dsp \
|
||||||
el \
|
el \
|
||||||
sample_dll \
|
sample_dll \
|
||||||
|
|
||||||
|
ifdef TWL_PRIVATE
|
||||||
|
SUBDIRS += \
|
||||||
|
vlink \
|
||||||
|
cs \
|
||||||
|
fatfs \
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
export NITRO_BLXCHECKED = yes
|
export NITRO_BLXCHECKED = yes
|
||||||
|
|
||||||
|
|||||||
0
build/libraries/cs/_
Normal file
0
build/libraries/cs/_
Normal file
@ -21,8 +21,13 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
|
||||||
|
ifdef TWL_PRIVATE
|
||||||
|
SUBDIRS += \
|
||||||
sdmc \
|
sdmc \
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
export NITRO_BLXCHECKED = yes
|
export NITRO_BLXCHECKED = yes
|
||||||
|
|
||||||
|
|||||||
0
build/libraries/devices/sdmc/_
Normal file
0
build/libraries/devices/sdmc/_
Normal file
0
build/libraries/fatfs/_
Normal file
0
build/libraries/fatfs/_
Normal file
Loading…
Reference in New Issue
Block a user