diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb index 4846b07..d88e8cb 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb and b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo index e5433cb..db0907e 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo and b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm index 2907057..312131d 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/MasterEditorTWLChecker.cpp b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/MasterEditorTWLChecker.cpp index e5d8dfc..71003c5 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/MasterEditorTWLChecker.cpp +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/MasterEditorTWLChecker.cpp @@ -43,7 +43,7 @@ int main(array ^args) // ミドルウェアリストをはじく if( System::IO::Path::GetFileNameWithoutExtension(args[1])->ToUpper()->EndsWith("MIDDLEWARE") ) { - Console::WriteLine( "File: " + args[1] ); + //Console::WriteLine( "File: " + args[1] ); Console::WriteLine( "========================================================" ); Console::WriteLine( "Not Support to Middleware List." ); return 0; // 正常終了扱い diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp index 0d49a41..69a4402 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/MasterEditorTWLChecker/check_sheet.cpp @@ -62,7 +62,7 @@ System::Void SheetItem::readSheet( System::String ^sheetfile ) // 中間ファイルを削除 if( System::IO::File::Exists( tmpfile ) ) { - //System::IO::File::Delete( tmpfile ); + System::IO::File::Delete( tmpfile ); } } diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/checker.bat b/build/tools/MasterEditor/MasterEditorTWLChecker/checker.bat index b1660be..c8e8d5a 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/checker.bat +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/checker.bat @@ -54,9 +54,7 @@ echo. "%checker_tool%" "%org_file%" "%input_file%" if not %ERRORLEVEL% == 0 ( - echo "%input_file%" のチェックに失敗しました。 -) else ( - echo "%input_file%" は正常です。 + echo "%input_file%" のチェックでエラーが発生しました。 ) rem 入力ファイルが残っているならbeginに戻る