diff options
Diffstat (limited to 'xkbcomp/bison.bat')
-rwxr-xr-x | xkbcomp/bison.bat | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xkbcomp/bison.bat b/xkbcomp/bison.bat new file mode 100755 index 000000000..9a0e5aa07 --- /dev/null +++ b/xkbcomp/bison.bat @@ -0,0 +1,14 @@ +@echo off
+setlocal
+
+cd "%~dp0"
+
+set M4=..\tools\mhmake\m4.exe
+set BISON_PKGDATADIR=../tools/mhmake/src/bisondata
+
+set path=..\tools\mhmake;%path%
+
+..\tools\mhmake\bison.exe %1 %2 %3
+
+endlocal
+
|