summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_compile/bison.bat
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-03-07 09:46:02 -0500
committerOz Linden <oz@lindenlab.com>2016-03-07 09:46:02 -0500
commitc7ebeb842010c4a814978f63c464e1546bd6a9be (patch)
treede77b0d9a9fe53ff35d660b0e8731b91abe2ff94 /indra/lscript/lscript_compile/bison.bat
parent8c7a8bdc4a795a158dc8a47928245b0dd74df3f5 (diff)
parent4fd57774dd8491ffc760114b6d89fd0ab1989bbd (diff)
merge with El Capitan and packaging fixes
Diffstat (limited to 'indra/lscript/lscript_compile/bison.bat')
-rw-r--r--indra/lscript/lscript_compile/bison.bat12
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/lscript/lscript_compile/bison.bat b/indra/lscript/lscript_compile/bison.bat
deleted file mode 100644
index d40997225e..0000000000
--- a/indra/lscript/lscript_compile/bison.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-@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
-shift
-set M4PATH=%1
-shift
-set M4=
-
-set PATH=%M4PATH%;%PATH%
-@REM %* does not work with shift...
-%bison% %1 %2 %3 %4 %5 %6 %7 %8 %9