/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
- @REM Run bison under Windows. This script is needed so that bison can
- @REM find m4, even if neither program is present in PATH.
-
- @set bison=%1
- set M4PATH=%2
- set M4=
- @set output=%3
- @set input=%4
-
- set PATH=%M4PATH%;%PATH%
- %bison% -d -o %output% %input%