8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Correction

This commit is contained in:
hvlad 2012-04-25 09:05:10 +00:00
parent b6a0ee5139
commit dda99701b3

View File

@ -11,7 +11,7 @@
@sed -n "/%%type .*/p" < %FB_ROOT_PATH%\src\dsql\parse.y > y.types
@sed "s/%%type .*//" < %FB_ROOT_PATH%\src\dsql\parse.y > y.y
@sed -i "/\/*\*\* TYPES \*\*\*\//r" y.types y.y
@sed -i "/\/*\*\* TYPES \*\*\*\//r y.types" y.y
%FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\btyacc\btyacc -l -d -S %FB_ROOT_PATH%\src\dsql\btyacc_fb.ske y.y
@if errorlevel 1 (exit /B 1)
@ -21,5 +21,6 @@
@del y.types
@del y_tab.h
@del y_tab.c
@del sed*
:END