You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
231 B

27 years ago
  1. d:\mingw32\bin\bison -p php -v -d language-parser.y
  2. flex -Pphp -olanguage-scanner.c -i language-scanner.lex
  3. d:\mingw32\bin\bison -p cfg -v -d configuration-parser.y
  4. flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.lex