Lumenarium/build/_postbuild_win32.bat

11 lines
347 B
Batchfile
Raw Normal View History

@echo off
IF NOT "%PrebuildCalled%"=="1" GOTO error
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% )
set PrebuildCalled=0
GOTO:eof
:error
echo ERROR: _prebuild_win32.bat was not called before _postbuild_win32.bat.