diff --git a/build/systemMenu_RED/sharedFont/Makefile b/build/systemMenu_RED/sharedFont/Makefile index 3417d6b0..0af22d17 100644 --- a/build/systemMenu_RED/sharedFont/Makefile +++ b/build/systemMenu_RED/sharedFont/Makefile @@ -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) #---------------------------------------------------------------------------- diff --git a/build/systemMenu_RED/sharedFont/TWLFontTable.dat b/build/systemMenu_RED/sharedFont/TWLFontTable.dat index e57baad1..502b279e 100644 Binary files a/build/systemMenu_RED/sharedFont/TWLFontTable.dat and b/build/systemMenu_RED/sharedFont/TWLFontTable.dat differ diff --git a/build/tests/yuv2rgb/src/mainy.cpp b/build/tests/yuv2rgb/src/mainy.cpp index 0fd98991..181a117b 100644 --- a/build/tests/yuv2rgb/src/mainy.cpp +++ b/build/tests/yuv2rgb/src/mainy.cpp @@ -11,8 +11,8 @@ in whole or in part, without the prior written consent of Nintendo. $Date:: $ - $Rev:$ - $Author:$ + $Rev$ + $Author$ *---------------------------------------------------------------------------*/ #include @@ -27,8 +27,12 @@ #include #include #include + +#ifdef TWL_IPL_USE_RED_IPL #include #include +#endif + // #include // #include #include "DEMOBitmap.h"