PageRenderTime 57ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/lscript/lscript_compile/bison.bat

https://bitbucket.org/lindenlab/viewer-beta/
Batch | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | 1b810599a4b42d3742d80164b99ffa46 MD5 | raw file
Possible License(s): LGPL-2.1
  1. @REM Run bison under Windows. This script is needed so that bison can
  2. @REM find m4, even if neither program is present in PATH.
  3. @set bison=%1
  4. set M4PATH=%2
  5. set M4=
  6. @set output=%3
  7. @set input=%4
  8. set PATH=%M4PATH%;%PATH%
  9. %bison% -d -o %output% %input%