mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-24 11:59:57 +00:00
Show the building startup time in Title now.
svn path=/trunk/tools/RosBE-Windows/; revision=339
This commit is contained in:
parent
e32f0d0e66
commit
0d4ec23f5a
@ -77,17 +77,21 @@ call "%ROSBEBASEDIR%\TimeDate.cmd"
|
||||
::
|
||||
if %ROSBE_SHOWTIME% == 1 (
|
||||
if %ROSBE_WRITELOG% == 1 (
|
||||
title Started: %TIMERAW%, Building...
|
||||
call buildtime "%MAKE_COMMAND%" 2>&1 | tee "%_ROSBELOGDIR%\BuildLog-%_MINGWVERSION%-%DATENAME%-%TIMENAME%.txt"
|
||||
)
|
||||
if %ROSBE_WRITELOG% == 0 (
|
||||
title Started: %TIMERAW%, Building...
|
||||
call buildtime "%MAKE_COMMAND%" 2>&1
|
||||
)
|
||||
)
|
||||
if %ROSBE_SHOWTIME% == 0 (
|
||||
if %ROSBE_WRITELOG% == 1 (
|
||||
title Started: %TIMERAW%, Building...
|
||||
call "%MAKE_COMMAND%" 2>&1 | tee "%_ROSBELOGDIR%\BuildLog-%_MINGWVERSION%-%DATENAME%-%TIMENAME%.txt"
|
||||
)
|
||||
if %ROSBE_WRITELOG% == 0 (
|
||||
title Started: %TIMERAW%, Building...
|
||||
call "%MAKE_COMMAND%" 2>&1
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user