From b65d89003b9831f3701f8c1ac0f1c112b82345d6 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Tue, 20 Nov 2007 11:18:13 +0000 Subject: [PATCH] =?UTF-8?q?commondefs=E3=81=8A=E3=82=88=E3=81=B3=E3=83=90?= =?UTF-8?q?=E3=83=8A=E3=83=BC=E3=83=93=E3=83=AB=E3=83=89=E7=94=A8Makefile?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=97=E3=80=81TWLIPL=5FROOT?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E3=81=AE=E3=83=91=E3=82=B9?= =?UTF-8?q?=E5=8C=BA=E5=88=87=E3=82=8A=E3=81=A7'\'=E3=82=92=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=81=A7=E3=82=82=E3=83=93=E3=83=AB=E3=83=89=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4=E3=80=82?= 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@225 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/buildtools/commondefs.firm | 2 ++ build/buildtools/commondefs.sysmenu | 2 ++ build/systemMenu_RED/DS_DownloadPlay/banner/Makefile | 7 ++----- build/systemMenu_RED/MachineSettings/banner/Makefile | 7 ++----- build/systemMenu_RED/PictoChat/banner/Makefile | 7 ++----- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/build/buildtools/commondefs.firm b/build/buildtools/commondefs.firm index 71cf8edd..1550717b 100644 --- a/build/buildtools/commondefs.firm +++ b/build/buildtools/commondefs.firm @@ -111,6 +111,8 @@ MAKENORFIRM := $(FIRM_TOOLSDIR)/bin/makenorfirm.exe MAKENANDFIRM := $(FIRM_TOOLSDIR)/bin/makenandfirm.exe MAKEGCDFIRM := $(FIRM_TOOLSDIR)/bin/makegcdfirm.exe OPENSSL := $(FIRM_TOOLSDIR)/openssl/openssl.exe +NTEXCONV := $(FIRM_TOOLSDIR)/bin/ntexconv.exe +MAKEBANNER := $(FIRM_TOOLSDIR)/bin/makebanner.exe MAKEFIRM_RSA_PRVKEY ?= $(FIRM_TOOLSDIR)/openssl/rsa_private.der MAKEFIRM_RSA_PUBKEY ?= $(FIRM_TOOLSDIR)/openssl/rsa_public.der diff --git a/build/buildtools/commondefs.sysmenu b/build/buildtools/commondefs.sysmenu index e8e9f849..99cb6e01 100644 --- a/build/buildtools/commondefs.sysmenu +++ b/build/buildtools/commondefs.sysmenu @@ -75,6 +75,8 @@ endif # MY BUILD TOOLS # OPENSSL := $(SYSMENU_TOOLSDIR)/openssl/openssl.exe +NTEXCONV := $(SYSMENU_TOOLSDIR)/bin/ntexconv.exe +MAKEBANNER := $(SYSMENU_TOOLSDIR)/bin/makebanner.exe MAKESYSMENU_RSA_PRVKEY ?= $(SYSMENU_TOOLSDIR)/openssl/rsa_private.der MAKESYSMENU_RSA_PUBKEY ?= $(SYSMENU_TOOLSDIR)/openssl/rsa_public.der diff --git a/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile b/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile index efdcadfa..dc0c5219 100644 --- a/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile +++ b/build/systemMenu_RED/DS_DownloadPlay/banner/Makefile @@ -16,12 +16,9 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWLSDK_ROOT)/build/buildtools/commondefs +include $(TWLIPL_ROOT)/build/buildtools/commondefs ICON_DIR = ./icon -TOOLS_DIR = $(TWLIPL_ROOT)/tools/bin -NTEXCONV = $(TOOLS_DIR)/ntexconv.exe -MAKEBANNER = $(TOOLS_DIR)/makebanner.exe BANNER_ICON = $(ICON_DIR)/gameIcon.bmp BANNER_SPEC = banner_v3.bsf @@ -38,7 +35,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWLSDK_ROOT)/build/buildtools/modulerules +include $(TWLIPL_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/systemMenu_RED/MachineSettings/banner/Makefile b/build/systemMenu_RED/MachineSettings/banner/Makefile index efdcadfa..dc0c5219 100644 --- a/build/systemMenu_RED/MachineSettings/banner/Makefile +++ b/build/systemMenu_RED/MachineSettings/banner/Makefile @@ -16,12 +16,9 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWLSDK_ROOT)/build/buildtools/commondefs +include $(TWLIPL_ROOT)/build/buildtools/commondefs ICON_DIR = ./icon -TOOLS_DIR = $(TWLIPL_ROOT)/tools/bin -NTEXCONV = $(TOOLS_DIR)/ntexconv.exe -MAKEBANNER = $(TOOLS_DIR)/makebanner.exe BANNER_ICON = $(ICON_DIR)/gameIcon.bmp BANNER_SPEC = banner_v3.bsf @@ -38,7 +35,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWLSDK_ROOT)/build/buildtools/modulerules +include $(TWLIPL_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build diff --git a/build/systemMenu_RED/PictoChat/banner/Makefile b/build/systemMenu_RED/PictoChat/banner/Makefile index efdcadfa..dc0c5219 100644 --- a/build/systemMenu_RED/PictoChat/banner/Makefile +++ b/build/systemMenu_RED/PictoChat/banner/Makefile @@ -16,12 +16,9 @@ # $Author: kitase_hirotake $ #---------------------------------------------------------------------------- -include $(TWLSDK_ROOT)/build/buildtools/commondefs +include $(TWLIPL_ROOT)/build/buildtools/commondefs ICON_DIR = ./icon -TOOLS_DIR = $(TWLIPL_ROOT)/tools/bin -NTEXCONV = $(TOOLS_DIR)/ntexconv.exe -MAKEBANNER = $(TOOLS_DIR)/makebanner.exe BANNER_ICON = $(ICON_DIR)/gameIcon.bmp BANNER_SPEC = banner_v3.bsf @@ -38,7 +35,7 @@ LDIRT_CLEAN = $(TARGETS) \ $(BANNER_ICON_NAME).nbfp \ $(TARGETS:.bnr=.srl) -include $(TWLSDK_ROOT)/build/buildtools/modulerules +include $(TWLIPL_ROOT)/build/buildtools/modulerules #---------------------------------------------------------------------------- # build