8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00
firebird-mirror/builds/win32/blrtable.bat
2003-07-03 11:04:21 +00:00

18 lines
451 B
Batchfile

cl -Ob2iytp -Gs -DWIN95 -D__STDC__ -W3 -G4 -Gd -MD -I..\..\src\include -I..\..\src\include\gen -DSERVER_SHUTDOWN -DSUPERSERVER -DGOVERNOR -DNOMSG -D_X86_=1 -DWIN32 -DI386 -DEXACT_NUMERICS ..\..\src\jrd\blrtable.cpp
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