VB.Net compiler might work on Windows now.

ThreadPoolClientBranch
Tedd Hansen 2008-02-07 15:31:22 +00:00
parent dba1f476c9
commit c997cc97bb
1 changed files with 1 additions and 1 deletions

View File

@ -276,11 +276,11 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
"} }\r\n";
break;
case enumCompileType.vb:
// "Public Sub New()\nEnd Sub: " +
compileScript = String.Empty +
"Imports OpenSim.Region.ScriptEngine.Common: Imports System.Collections.Generic: " +
String.Empty + "NameSpace SecondLife:" +
String.Empty + "Public Class Script: Inherits OpenSim.Region.ScriptEngine.Common.LSL_BaseClass: " +
@"Public Sub New(): End Sub: " +
compileScript +
":End Class :End Namespace\r\n";
break;