From c997cc97bbf01cf2616738babd269fdcc3913e34 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Thu, 7 Feb 2008 15:31:22 +0000 Subject: VB.Net compiler might work on Windows now. --- OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs index 10959c5..2173178 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs @@ -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; -- cgit v1.1