mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
makefile修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1912 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
cd998bdf6f
commit
a2ba6f1020
@ -37,13 +37,13 @@ ifneq ($(TWL_IPL_RED_PRIVATE_ROOT),)
|
||||
FONT_TABLE = TWLFontTable.dat
|
||||
endif
|
||||
|
||||
GEN_FONT_TABLE = ./genFontTable.plx
|
||||
GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
INSTALL_TARGETS = $(FONT_TABLE)
|
||||
INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data
|
||||
|
||||
LDIRT_CLEAN = $(FONT_TABLE) $(FONT_RSC)
|
||||
LDIRT_CLEAN = $(FONT_TABLE)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Binary file not shown.
@ -11,8 +11,8 @@
|
||||
in whole or in part, without the prior written consent of Nintendo.
|
||||
|
||||
$Date:: $
|
||||
$Rev:$
|
||||
$Author:$
|
||||
$Rev$
|
||||
$Author$
|
||||
*---------------------------------------------------------------------------*/
|
||||
|
||||
#include <twl.h>
|
||||
@ -27,8 +27,12 @@
|
||||
#include <twl/mi.h>
|
||||
#include <nitro/std.h>
|
||||
#include <twl/lcfg.h>
|
||||
|
||||
#ifdef TWL_IPL_USE_RED_IPL
|
||||
#include <sysmenu.h>
|
||||
#include <sysmenu/hotsw.h>
|
||||
#endif
|
||||
|
||||
// #include <twl/dsp.h>
|
||||
// #include <twl/dsp/common/pipe.h>
|
||||
#include "DEMOBitmap.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user