mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
MachineSettings, PictoChatでWAD生成まで行うよう変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@134 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
7b74f3c477
commit
85c63e23e7
@ -16,7 +16,7 @@
|
|||||||
# $Author: $
|
# $Author: $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
SUBDIRS = ../../../libraries_sysmenu/sysmenu
|
SUBDIRS =
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -24,31 +24,32 @@ TARGET_FIRM = SYSTEMMENU
|
|||||||
TARGET_PLATFORM = TWL
|
TARGET_PLATFORM = TWL
|
||||||
#TWL_ARCHGEN = LIMITED
|
#TWL_ARCHGEN = LIMITED
|
||||||
|
|
||||||
|
TITLEID_LO = MSET
|
||||||
|
TARGET_WAD = $(BINDIR)/$(TITLEID_LO).wad
|
||||||
|
|
||||||
TARGET_BIN = main.srl
|
TARGET_BIN = main.srl
|
||||||
|
|
||||||
#LCFILE_SPEC =
|
|
||||||
ROM_SPEC = main.rsf
|
ROM_SPEC = main.rsf
|
||||||
|
|
||||||
SRCS = main.c misc.c \
|
SRCS = main.c misc.c \
|
||||||
MachineSetting.c setRTC.c selectLanguage.c calibrationTP.c
|
MachineSetting.c setRTC.c selectLanguage.c calibrationTP.c
|
||||||
#setOwnerInfo.c
|
#setOwnerInfo.c
|
||||||
|
|
||||||
#SRCS_OVERLAY =
|
|
||||||
|
|
||||||
#LINCLUDES =
|
|
||||||
#LLIBRARY_DIRS =
|
|
||||||
#LLIBRARIES =
|
|
||||||
#LDEPENDS_NEF =
|
|
||||||
|
|
||||||
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
|
LDIRT_CLEAN = $(TARGET_WAD)
|
||||||
|
INSTALL_TARGETS = $(TARGET_WAD)
|
||||||
|
INSTALL_DIR = $(SDK_NMENU_DATADIR)
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build : $(FONT_OBJS) $(TARGETS)
|
do-build : $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -24,23 +24,26 @@ TARGET_FIRM = SYSTEMMENU
|
|||||||
TARGET_PLATFORM = TWL
|
TARGET_PLATFORM = TWL
|
||||||
TWL_ARCHGEN = LIMITED
|
TWL_ARCHGEN = LIMITED
|
||||||
|
|
||||||
|
TITLEID_LO = PCHT
|
||||||
|
TARGET_WAD = $(BINDIR)/$(TITLEID_LO).wad
|
||||||
|
|
||||||
TARGET_BIN = main.srl
|
TARGET_BIN = main.srl
|
||||||
|
|
||||||
#LCFILE_SPEC =
|
|
||||||
ROM_SPEC = main.rsf
|
ROM_SPEC = main.rsf
|
||||||
|
|
||||||
MISC_DIR = ../../MachineSettings/ARM9/src
|
MISC_DIR = ../../MachineSettings/ARM9/src
|
||||||
|
|
||||||
SRCS = main.c PictoChat.c $(MISC_DIR)/misc.c
|
SRCS = main.c PictoChat.c $(MISC_DIR)/misc.c
|
||||||
#SRCS_OVERLAY =
|
|
||||||
|
|
||||||
LINCLUDES = $(MISC_DIR)
|
LINCLUDES = $(MISC_DIR)
|
||||||
#LLIBRARY_DIRS =
|
|
||||||
#LLIBRARIES =
|
|
||||||
#LDEPENDS_NEF =
|
|
||||||
|
|
||||||
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
|
LDIRT_CLEAN = $(TARGET_WAD)
|
||||||
|
INSTALL_TARGETS = $(TARGET_WAD)
|
||||||
|
INSTALL_DIR = $(SDK_NMENU_DATADIR)
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build : $(FONT_OBJS) $(TARGETS)
|
do-build : $(FONT_OBJS) $(TARGETS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user