@echo off @cl -Ob2iytp -Gs -DWIN95 -W3 -G4 -Gd -MD -I..\..\src\include -I..\..\src\include\gen -DSERVER_SHUTDOWN -DSUPERSERVER -DGOVERNOR -DNOMSG -D_X86_=1 -DWIN32 -DI386 ..\..\src\misc\blrtable.cpp > blrtable.log 2>&1 @if errorlevel 1 goto :ERROR @blrtable.exe > blrtable.h @copy blrtable.h ..\..\src\include\gen\blrtable.h > nul @del blrtable.exe @del blrtable.obj @del blrtable.h goto :EOF :ERROR @echo. @echo A compiler error occurred. @echo. goto :EOF