From 24045460ffa5ab28fb314036393b7df896ea60ec Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 27 May 2013 02:53:03 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=20716=20=E3=82=92=20trunk/ConsoleDataMigration=20=E3=81=8B?= =?UTF-8?q?=E3=82=89=E3=83=9E=E3=83=BC=E3=82=B8:=20=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E8=BF=BD=E5=8A=A0=E3=80=82aes=E9=8D=B5?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=AE=E8=AD=A6=E5=91=8A=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E5=89=8A=E9=99=A4=20......?= =?UTF-8?q?..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@737 385bec56-5757-e545-9c3a-d8741f4650f1 --- branches/1stNUP_for_2ndNUP/sources/build.sh | 8 ++++++++ branches/1stNUP_for_2ndNUP/sources/common/Aes_define.h | 6 ------ branches/1stNUP_for_2ndNUP/sources/common/version.h | 9 ++++++++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/branches/1stNUP_for_2ndNUP/sources/build.sh b/branches/1stNUP_for_2ndNUP/sources/build.sh index 7549f08..a5b2096 100755 --- a/branches/1stNUP_for_2ndNUP/sources/build.sh +++ b/branches/1stNUP_for_2ndNUP/sources/build.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +################################ +#ƒrƒ‹ƒh—pƒXƒNƒŠƒvƒg +################################ +# +# 1. common/version.h ‚ð•ÏX‚·‚é +# 2. ŠJ”­ŽÀ‹@—pƒrƒ‹ƒh‚Í build.sh UNFIXEDKEY +# »•iŽÀ‹@—pƒrƒ‹ƒh‚Í build.sh RELEASE + set -u set -e diff --git a/branches/1stNUP_for_2ndNUP/sources/common/Aes_define.h b/branches/1stNUP_for_2ndNUP/sources/common/Aes_define.h index 68a4cc6..d6fadcb 100644 --- a/branches/1stNUP_for_2ndNUP/sources/common/Aes_define.h +++ b/branches/1stNUP_for_2ndNUP/sources/common/Aes_define.h @@ -19,12 +19,6 @@ //ãƒžã‚¹ã‚¿ãƒªãƒ³ã‚°ç”¨ãƒ“ãƒ«ãƒ‰æ™‚ã«æœ‰åйã«ã™ã‚‹ //#define USE_PROD_KEY -#ifdef NN_BUILD_RELEASE -#ifndef USE_PROD_KEY -#warning !! Using Development Key on Release Build !! -#endif -#endif - #include namespace common diff --git a/branches/1stNUP_for_2ndNUP/sources/common/version.h b/branches/1stNUP_for_2ndNUP/sources/common/version.h index b09bf15..a746893 100644 --- a/branches/1stNUP_for_2ndNUP/sources/common/version.h +++ b/branches/1stNUP_for_2ndNUP/sources/common/version.h @@ -1,4 +1,4 @@ -/*---------------------------------------------------------------------------* +/*---------------------------------------------------------------------------* Project: Horizon File: version.h @@ -16,8 +16,15 @@ #ifndef VERSION_H_ #define VERSION_H_ +// ãƒ„ãƒ¼ãƒ«ã®æ§‹æˆãŒå¤§å¹…ã«å¤‰æ›´ã•ã‚ŒãŸæ™‚ã«å¤‰æ›´ã™ã‚‹ã€‚ç¾åœ¨1.5NUP以下ã¯1ã€2ndNUP以é™ã¯2 #define CONSOLE_REPAIR_VERSION_MAJOR "1.5" + +// åŒã˜MAJORãƒãƒ¼ã‚¸ãƒ§ãƒ³å†…ã§äº’æ›æ€§ã®ãªã„変更ãŒã‚る時ã«å¤‰æ›´ã™ã‚‹ã€‚ +// Backupã¨Restoreã§ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’åˆã‚ã›ã‚‹ã€‚ #define CONSOLE_REPAIR_VERSION_MINOR "2" + +// åŒã˜MAJORãƒãƒ¼ã‚¸ãƒ§ãƒ³å†…ã§äº’æ›æ€§ã®ã‚る変更ãŒã‚る時ã«å¤‰æ›´ã™ã‚‹ã€‚ +// Backupå˜ä½“ã¾ãŸã¯Restoreå˜ä½“ã®ã¿ã®å¤‰æ›´æ™‚ã«ä¿®æ­£ã™ã‚‹ã“ã¨ãŒå¤šã„。 #define CONSOLE_REPAIR_VERSION_MICRO "1" #endif /* VERSION_H_ */