mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
5 lines
231 B
Batchfile
Executable File
5 lines
231 B
Batchfile
Executable File
d:\mingw32\bin\bison -p php -v -d language-parser.y
|
|
flex -Pphp -olanguage-scanner.c -i language-scanner.lex
|
|
d:\mingw32\bin\bison -p cfg -v -d configuration-parser.y
|
|
flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.lex
|