From 87cc3b38bcb78936c9b0a24fb634236d0ff62d82 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 20 Feb 2013 04:52:58 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=80=82aes=E9=8D=B5=E8=A8=AD=E5=AE=9A=E3=81=AE?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= 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@716 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/build.sh | 8 ++++++++ trunk/ConsoleDataMigration/sources/common/Aes_define.h | 6 ------ trunk/ConsoleDataMigration/sources/common/version.h | 7 +++++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/build.sh b/trunk/ConsoleDataMigration/sources/build.sh index 1272016..9d489b3 100755 --- a/trunk/ConsoleDataMigration/sources/build.sh +++ b/trunk/ConsoleDataMigration/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/trunk/ConsoleDataMigration/sources/common/Aes_define.h b/trunk/ConsoleDataMigration/sources/common/Aes_define.h index f6efb69..b937316 100644 --- a/trunk/ConsoleDataMigration/sources/common/Aes_define.h +++ b/trunk/ConsoleDataMigration/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/trunk/ConsoleDataMigration/sources/common/version.h b/trunk/ConsoleDataMigration/sources/common/version.h index 6717897..43da98e 100644 --- a/trunk/ConsoleDataMigration/sources/common/version.h +++ b/trunk/ConsoleDataMigration/sources/common/version.h @@ -17,8 +17,15 @@ #ifndef VERSION_H_ #define VERSION_H_ +// ãƒ„ãƒ¼ãƒ«ã®æ§‹æˆãŒå¤§å¹…ã«å¤‰æ›´ã•ã‚ŒãŸæ™‚ã«å¤‰æ›´ã™ã‚‹ã€‚ç¾åœ¨1.5NUP以下ã¯1ã€2ndNUP以é™ã¯2 #define CONSOLE_REPAIR_VERSION_MAJOR "2" + +// åŒã˜MAJORãƒãƒ¼ã‚¸ãƒ§ãƒ³å†…ã§äº’æ›æ€§ã®ãªã„変更ãŒã‚る時ã«å¤‰æ›´ã™ã‚‹ã€‚ +// Backupã¨Restoreã§ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’åˆã‚ã›ã‚‹ã€‚ #define CONSOLE_REPAIR_VERSION_MINOR "2" + +// åŒã˜MAJORãƒãƒ¼ã‚¸ãƒ§ãƒ³å†…ã§äº’æ›æ€§ã®ã‚る変更ãŒã‚る時ã«å¤‰æ›´ã™ã‚‹ã€‚ +// Backupå˜ä½“ã¾ãŸã¯Restoreå˜ä½“ã®ã¿ã®å¤‰æ›´æ™‚ã«ä¿®æ­£ã™ã‚‹ã“ã¨ãŒå¤šã„。 #define CONSOLE_REPAIR_VERSION_MICRO "4" #endif /* VERSION_H_ */