diff options
author | marha <marha@users.sourceforge.net> | 2011-03-02 13:29:46 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-02 13:29:46 +0000 |
commit | d2bdfe9f8d895ac64619f7bc2f7443ce886146e9 (patch) | |
tree | ca81fc6e4d669bcdb9cda75b76aa9ff8cafe844e /mesalib/src/mesa/program/doflex.bat | |
parent | 8cb75221034e881472c2463819b71f8bf6876345 (diff) | |
download | vcxsrv-d2bdfe9f8d895ac64619f7bc2f7443ce886146e9.tar.gz vcxsrv-d2bdfe9f8d895ac64619f7bc2f7443ce886146e9.tar.bz2 vcxsrv-d2bdfe9f8d895ac64619f7bc2f7443ce886146e9.zip |
Solved build problem in mesa because dependency checking in VS in not working like expected. Now build the lex and bison files in the same script.
Diffstat (limited to 'mesalib/src/mesa/program/doflex.bat')
-rw-r--r-- | mesalib/src/mesa/program/doflex.bat | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mesalib/src/mesa/program/doflex.bat b/mesalib/src/mesa/program/doflex.bat deleted file mode 100644 index bd3ccb0e0..000000000 --- a/mesalib/src/mesa/program/doflex.bat +++ /dev/null @@ -1,18 +0,0 @@ -@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
-
|