summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_compile/bison.bat
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-19 23:02:37 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-19 23:02:37 +0300
commitb25a22a2c113a1e95f2cd5d45bb5b80a756c4a80 (patch)
tree968ce9657026035901b3604b012f7dff96a2d122 /indra/lscript/lscript_compile/bison.bat
parent8243301b3ff6c90db6d1fb53baf5050666d75d9a (diff)
parentc2ef3b4c7186dbbd95b16520f281b7d58364fb52 (diff)
Merged in lindenlab/viewer-release
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