From 874ff826dd563448cc638c4c64b4092ee9bc3518 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Mar 2011 09:15:33 +0000 Subject: Forgot to add in previous commit --- xorg-server/hw/xwin/doflexbison.bat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xorg-server/hw/xwin/doflexbison.bat (limited to 'xorg-server') diff --git a/xorg-server/hw/xwin/doflexbison.bat b/xorg-server/hw/xwin/doflexbison.bat new file mode 100644 index 000000000..a29508bcb --- /dev/null +++ b/xorg-server/hw/xwin/doflexbison.bat @@ -0,0 +1,18 @@ +@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 -d -o%1/winprefsyacc.c winprefsyacc.y + +copy "..\..\..\tools\mhmake\flex++.exe" flex.exe +flex.exe -i -o%1/winprefslex.c winprefslex.l +del flex.exe + +endlocal + -- cgit v1.2.3