From 742240b5c9e3eabc9ae110cc0ec433cf58c69c43 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Mon, 4 Aug 2008 07:32:16 +0000 Subject: [PATCH] =?UTF-8?q?SaveData=E7=A2=BA=E8=AA=8D=E3=82=A2=E3=83=97?= =?UTF-8?q?=E3=83=AA=20Makefile=E3=82=92=E4=BF=AE=E6=AD=A3=EF=BC=88?= =?UTF-8?q?=E7=94=9F=E6=88=90=E3=83=90=E3=82=A4=E3=83=8A=E3=83=AA=E5=90=8D?= =?UTF-8?q?=E3=82=92=E5=A4=89=E6=9B=B4=EF=BC=89?= 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@2086 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/debugsoft/MakerTitle/SaveData/DisplayVersion/Makefile | 2 +- .../MakerTitle/SaveData/DisplayVersion_target/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/debugsoft/MakerTitle/SaveData/DisplayVersion/Makefile b/build/debugsoft/MakerTitle/SaveData/DisplayVersion/Makefile index 1746756d..0bb8d479 100644 --- a/build/debugsoft/MakerTitle/SaveData/DisplayVersion/Makefile +++ b/build/debugsoft/MakerTitle/SaveData/DisplayVersion/Makefile @@ -58,7 +58,7 @@ SUBDIRS = #---------------------------------------------------------------------------- TWL_NANDAPP := TRUE -MASTER_NAME := dispver +MASTER_NAME := SaveDataTest APP_NAME = $(MASTER_NAME)_$(MODE) SRCS = main.c font.c screen.c menu.c dataver.c diff --git a/build/debugsoft/MakerTitle/SaveData/DisplayVersion_target/Makefile b/build/debugsoft/MakerTitle/SaveData/DisplayVersion_target/Makefile index ff0b10bc..19d62810 100644 --- a/build/debugsoft/MakerTitle/SaveData/DisplayVersion_target/Makefile +++ b/build/debugsoft/MakerTitle/SaveData/DisplayVersion_target/Makefile @@ -25,7 +25,7 @@ TWL_ARCHGEN := LIMITED TWL_NANDAPP := TRUE SRCS = main.c font.c screen.c menu.c dataver.c -MASTER_NAME = dispver +MASTER_NAME = SaveDataTest APP_NAME = $(MASTER_NAME)_TARGET TARGET_BIN = $(APP_NAME).tad