mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
cmn.cをlibsysmenu.aからmiscフォルダに移動。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@179 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
8d101b1842
commit
e817fa1b6c
@ -26,7 +26,7 @@ TARGET_PLATFORM = TWL
|
||||
TWL_ARCHGEN = LIMITED
|
||||
TWL_PROC = ARM9
|
||||
|
||||
SRCS = sysmenu_lib.c sysmenu_card.c sysmenu_util.c gameBoot.c ninLogoFunc.c cmn.c \
|
||||
SRCS = sysmenu_lib.c sysmenu_card.c sysmenu_util.c gameBoot.c ninLogoFunc.c \
|
||||
settingsAPI.c mountInfo.c
|
||||
|
||||
TARGET_LIB = libsysmenu$(TWL_LIBSUFFIX).a
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS = \
|
||||
# ../../../libraries_sysmenu/sysmenu \
|
||||
../../../libraries_sysmenu/sysmenu \
|
||||
# ../../../libraries_sysmenu/boot \
|
||||
# ../../../components/hyena.TWL
|
||||
|
||||
@ -41,7 +41,7 @@ MISC_DIR = ../../misc
|
||||
SRCS_LOGO = logoDemo.c logoData.c
|
||||
SRCS = main.c launcher.c \
|
||||
$(addprefix $(LOGO_DIR)/, $(SRCS_LOGO)) \
|
||||
$(MISC_DIR)/src/misc.c
|
||||
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c
|
||||
|
||||
LINCLUDES = $(MISC_DIR)/include \
|
||||
$(SRCDIR)/$(LOGO_DIR)
|
||||
|
||||
@ -35,7 +35,7 @@ MISC_DIR = ../../misc
|
||||
|
||||
SRCS = main.c MachineSetting.c \
|
||||
setRTC.c selectLanguage.c calibrationTP.c setOwnerInfo.c \
|
||||
$(MISC_DIR)/src/misc.c
|
||||
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c
|
||||
|
||||
LINCLUDES = $(MISC_DIR)/include
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ ROM_SPEC = main.rsf
|
||||
MISC_DIR = ../../misc
|
||||
|
||||
SRCS = main.c PictoChat.c \
|
||||
$(MISC_DIR)/src/misc.c
|
||||
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c
|
||||
|
||||
LINCLUDES = $(MISC_DIR)/include
|
||||
|
||||
|
||||
@ -27,6 +27,8 @@
|
||||
#include <nnsys/g2d/g2d_CharCanvas.h>
|
||||
#include <nnsys/g2d/g2d_TextCanvas.h>
|
||||
|
||||
#include "cmn.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include <twl.h>
|
||||
#include <nnsys.h>
|
||||
|
||||
#include <sysmenu/sysmenu_lib/ARM9/cmn.h>
|
||||
#include "cmn.h"
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
@ -19,7 +19,6 @@
|
||||
#define SYSM_SYSMENU_LIB_H_
|
||||
|
||||
#ifdef SDK_ARM9
|
||||
#include <sysmenu/sysmenu_lib/ARM9/cmn.h>
|
||||
#include <sysmenu/sysmenu_lib/ARM9/sysmenu_api.h>
|
||||
#endif // SDK_ARM9
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user