From 798d367d54a6c6379ad355bd8345fa40e31e7fe9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Sep 2008 18:24:57 -0500 Subject: Second Life viewer sources 1.21.0-RC --- linden/indra/lscript/lscript_compile/bison.bat | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linden/indra/lscript/lscript_compile/bison.bat (limited to 'linden/indra/lscript/lscript_compile/bison.bat') diff --git a/linden/indra/lscript/lscript_compile/bison.bat b/linden/indra/lscript/lscript_compile/bison.bat new file mode 100644 index 0000000..54cf023 --- /dev/null +++ b/linden/indra/lscript/lscript_compile/bison.bat @@ -0,0 +1,11 @@ +@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% -- cgit v1.1