aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/program/doflex.bat
blob: bd3ccb0e06f5a48caf5a4769977ca6746e2b4573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@echo off
setlocal

cd "%~dp0"

set M4=..\..\..\..\tools\mhmake\m4.exe

set path=..\..\..\..\tools\mhmake;%path%

copy "..\..\..\..\tools\mhmake\flex++.exe" flex.exe

 
flex.exe --never-interactive --outfile=lex.yy.c program_lexer.l

del flex.exe

endlocal