summaryrefslogtreecommitdiff
path: root/makeparser.bat
diff options
context:
space:
mode:
Diffstat (limited to 'makeparser.bat')
-rwxr-xr-xmakeparser.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/makeparser.bat b/makeparser.bat
deleted file mode 100755
index 8c36f958ab..0000000000
--- a/makeparser.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-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