mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
7 lines
199 B
Batchfile
7 lines
199 B
Batchfile
PATH=C:\PROGRA~2\GNUWIN32\BIN;%PATH%
|
|
|
|
del ddl-gram-win.h >nul 2>&1
|
|
bison -l -v -d -p ddl -o ddl-gram-win.cpp ddl.y
|
|
ren ddl-gram-win.hpp ddl-gram-win.h
|
|
flex -i -L -Pddl -oddl-scan-win.cpp ddl.l
|