mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TwlSDK 3784- 対応
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@524 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
72b564ec87
commit
34ec7beb27
@ -21,6 +21,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS_P = launcher MachineSettings PictoChat HWInfoWriter \
|
||||
NandInitializer
|
||||
#DS_DownloadPlay
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@ -53,6 +53,7 @@ Autoload WRAM
|
||||
libcdc_sp$(LIBSUFFIX).a \
|
||||
libtpex_sp$(LIBSUFFIX).a \
|
||||
libmicex_sp$(LIBSUFFIX).a \
|
||||
libmcu_sp$(LIBSUFFIX).a \
|
||||
|
||||
Library libsdio_hcd_twl$(LIBSUFFIX).a \
|
||||
libsdio_busdriver$(LIBSUFFIX).a \
|
||||
|
||||
@ -58,7 +58,8 @@ SRCS = main.c \
|
||||
LINCLUDES = ../common/include \
|
||||
$(ROOT)/build/libraries/lcfg/ARM9.TWL/include
|
||||
|
||||
SRCDIR = src ../../../../demos.TWL/camera/saveShoot-1/src
|
||||
SRCDIR = src \
|
||||
$(ROOT)/build/demos.TWL/camera/saveShoot-1/src
|
||||
#LCFILE = # using default
|
||||
|
||||
MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)' \
|
||||
@ -80,7 +81,7 @@ LLIBRARIES += libes$(TWL_LIBSUFFIX).a \
|
||||
|
||||
#include $(TWLSDK_ROOT)/build/buildtools/commondefs
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
include $(TWLSDK_ROOT)/build/buildtools/twl/commondefs.gx.demolib
|
||||
include $(TWLSDK_ROOT)/build/buildtools/commondefs.gx.demolib
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user