From be49da0688976e4cfe1a9163b98ed583b170964f Mon Sep 17 00:00:00 2001 From: yutaka Date: Wed, 26 Dec 2007 11:24:45 +0000 Subject: [PATCH] =?UTF-8?q?ES=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA?= =?UTF-8?q?=E3=82=92=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@408 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/Makefile | 3 +-- build/nandfirm/menu-launcher2/ARM9/Makefile | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/build/nandfirm/menu-launcher/ARM9/Makefile b/build/nandfirm/menu-launcher/ARM9/Makefile index ca7e304c..9d2f87b0 100644 --- a/build/nandfirm/menu-launcher/ARM9/Makefile +++ b/build/nandfirm/menu-launcher/ARM9/Makefile @@ -43,8 +43,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs # no thumb version -#LLIBRARIES += libese$(TWL_LIBSUFFIX).a -LLIBRARIES += libese.TWL$(ARCHGEN_TYPE).a +LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a #---------------------------------------------------------------------------- diff --git a/build/nandfirm/menu-launcher2/ARM9/Makefile b/build/nandfirm/menu-launcher2/ARM9/Makefile index 9dd3ac33..956b6697 100644 --- a/build/nandfirm/menu-launcher2/ARM9/Makefile +++ b/build/nandfirm/menu-launcher2/ARM9/Makefile @@ -12,8 +12,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- SUBDIRS = @@ -41,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs # no thumb version -#LLIBRARIES += libese$(TWL_LIBSUFFIX).a -LLIBRARIES += libese.TWL$(ARCHGEN_TYPE).a +LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a #----------------------------------------------------------------------------