8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
firebird-mirror/builds/win32/parse.bat

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