mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
6 lines
184 B
Batchfile
6 lines
184 B
Batchfile
yacc -l -d -b dsql ..\..\src\dsql\parse.y
|
|
sed -f ..\..\src\dsql\parse.sed <dsql.tab.c >..\..\src\dsql\parse.cpp
|
|
copy dsql.tab.h ..\..\src\dsql\dsql.tab.h
|
|
del dsql.tab.c
|
|
del dsql.tab.h
|