blob: 9a0e5aa0707ba73e8ee882813a53f1ab4bc4dfc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|