2020-05-12 01:09:27 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
IF NOT "%PrebuildCalled%"=="1" GOTO error
|
|
|
|
|
2021-01-17 07:01:08 +00:00
|
|
|
IF EXIST %CTIMEPATH% ( call C:\apps\ctime\ctime.exe -end %StatsPath%\%StatsFile% %LastError% )
|
|
|
|
IF EXIST %CTIMEPATH% ( call C:\apps\ctime\ctime.exe -stats %StatsPath%\%StatsFile% )
|
2020-05-12 01:09:27 +00:00
|
|
|
set PrebuildCalled=0
|
|
|
|
GOTO:eof
|
|
|
|
|
|
|
|
:error
|
|
|
|
echo ERROR: _prebuild_win32.bat was not called before _postbuild_win32.bat.
|