mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Correction - thanks to Alex.
This commit is contained in:
parent
475da71917
commit
6b18b2e6d4
@ -13,7 +13,7 @@
|
||||
@sed "s/%%type .*//" < %FB_ROOT_PATH%\src\dsql\parse.y > y.y
|
||||
|
||||
%FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\btyacc\btyacc -l -d -S %FB_ROOT_PATH%\src\dsql\btyacc_fb.ske y.y 2>y.txt
|
||||
@if errorlevel 1 (type t.txt && exit /B 1)
|
||||
@if errorlevel 1 (type y.txt && exit /B 1)
|
||||
@type y.txt
|
||||
|
||||
@sed -i "s/#define \([A-Z].*\)/#define TOK_\1/" y_tab.h
|
||||
|
Loading…
Reference in New Issue
Block a user