Removed RAIL test from startup for now...
parent
3998c1611c
commit
577fb1a987
|
@ -19,6 +19,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
|||
|
||||
// Output assembly name
|
||||
string OutFile = Path.Combine("ScriptEngines", Path.GetFileNameWithoutExtension(LSOFileName) + ".dll");
|
||||
//string OutFile = Path.Combine("ScriptEngines", "SecondLife.Script.dll");
|
||||
|
||||
Common.SendToDebug("Reading source code into memory");
|
||||
// TODO: Add error handling
|
||||
|
|
|
@ -190,7 +190,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
|||
private string ProcessYield(string FileName)
|
||||
{
|
||||
// TODO: Create a new assembly and copy old but insert Yield Code
|
||||
return TempDotNetMicroThreadingCodeInjector.TestFix(FileName);
|
||||
//return TempDotNetMicroThreadingCodeInjector.TestFix(FileName);
|
||||
return FileName;
|
||||
}
|
||||
|
||||
private AppDomain GetFreeAppDomain()
|
||||
|
|
Loading…
Reference in New Issue