Skip to content

Commit 0f080c9

Browse files
committed
Try To Get More Logs
1 parent 1a54fba commit 0f080c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

UTComp.sublime-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[
2121
{
2222
"name": "Build",
23-
"shell_cmd": "build.bat",
23+
"cmd": ["$project_path/Build.bat", "verbose"],
2424
"working_dir": "$project_path"
2525
}
2626
]

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if ERRORLEVEL 1 goto compile_failed
156156
if exist "%PACKAGE_NAME%.u" del "%PACKAGE_NAME%.u"
157157
if exist "%PACKAGE_NAME%.ucl" del "%PACKAGE_NAME%.ucl"
158158

159-
set MAKE_PARAMS=-ini=%MAKEINI% -log=%MAKELOG%
159+
set MAKE_PARAMS=-ini=%MAKEINI%
160160

161161
if %BUILD_SILENT% == 1 set MAKE_PARAMS=!MAKE_PARAMS! -Silent
162162
if %BUILD_NOBIND% == 1 set MAKE_PARAMS=!MAKE_PARAMS! -NoBind

0 commit comments

Comments
 (0)