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_ */