diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 5ddeff2..c742ae0 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo index 1a0ae3a..618edbc 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 53ac162..fd7f9ff 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp index abc9f0c..d7b955c 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp @@ -587,10 +587,7 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp ) } // 追加チェック - if( this->hMrcExternalCheckItems->IsAppendCheck ) - { - this->mrcSDKVersion(fp); - } //if( *(this->hMrcExternalCheckItems->hIsCheck) ) + this->mrcSDKVersion(fp); return ECSrlResult::NOERROR; } // mrcTWL() @@ -977,7 +974,10 @@ void RCSrl::mrcSDKVersion(FILE *fp) { isPR = MasterEditorTWL::IsSDKVersionPR( sdk->Code ); isRC = MasterEditorTWL::IsSDKVersionRC( sdk->Code ); - isOld = MasterEditorTWL::IsOldSDKVersion( sdk->Code, this->hMrcExternalCheckItems->SDKVer ); + if( this->hMrcExternalCheckItems->IsAppendCheck ) + { + isOld = MasterEditorTWL::IsOldSDKVersion( sdk->Code, this->hMrcExternalCheckItems->SDKVer ); + } } } if( isOld )