Added RAIL.dll

Updated DotSets.dll and Mono.PEToolkit.dll
Started on microthreading - currently display exception during startup
This commit is contained in:
Tedd Hansen
2007-08-17 18:39:04 +00:00
parent 66695ded13
commit f2dd6c86f7
4 changed files with 43 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
private string ProcessYield(string FileName)
{
// TODO: Create a new assembly and copy old but insert Yield Code
return FileName;
return TempDotNetMicroThreadingCodeInjector.TestFix(FileName);
}
private AppDomain GetFreeAppDomain()