makefile修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1912 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-07-16 08:39:12 +00:00
parent cd998bdf6f
commit a2ba6f1020
3 changed files with 8 additions and 4 deletions

View File

@ -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)
#----------------------------------------------------------------------------

View File

@ -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"