mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Solve a duplicated macro definition which are not detected previously, when the definition was #define GOVERNOR 1
instead of #define GOVERNOR. Detected by Claudio.
This commit is contained in:
parent
48bc0350e3
commit
db89eb16d8
@ -1,6 +1,6 @@
|
||||
@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
|
||||
@cl -Ob2iytp -Gs -DWIN95 -W3 -G4 -Gd -MD -I..\..\src\include -I..\..\src\include\gen -DSERVER_SHUTDOWN -DSUPERSERVER -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
|
||||
|
Loading…
Reference in New Issue
Block a user