aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_compile/bison.bat
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/lscript/lscript_compile/bison.bat
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/lscript/lscript_compile/bison.bat')
-rw-r--r--linden/indra/lscript/lscript_compile/bison.bat11
1 files changed, 11 insertions, 0 deletions
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 @@
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
4@set bison=%1
5set M4PATH=%2
6set M4=
7@set output=%3
8@set input=%4
9
10set PATH=%M4PATH%;%PATH%
11%bison% -d -o %output% %input%