From ca08bd5aba5e69fce3b0f5b4f861ffec9fe4d2e5 Mon Sep 17 00:00:00 2001 From: Cinder Date: Sun, 8 Feb 2015 12:53:39 -0700 Subject: OPEN-292 - Remove lscript from project, Remove legacy udp script upload methods, Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore. --- indra/lscript/lscript_compile/bison.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 indra/lscript/lscript_compile/bison.bat (limited to 'indra/lscript/lscript_compile/bison.bat') 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 -- cgit v1.2.3