diff options
author | UbitUmarov | 2018-02-07 10:26:20 +0000 |
---|---|---|
committer | UbitUmarov | 2018-02-07 10:26:20 +0000 |
commit | 53a910e3e5add262a4fee1f73aad7419f9d150b5 (patch) | |
tree | ed41e3a2014bbf5c7f1977279a16315be1aafed2 /prebuild.xml | |
parent | due credits even if code goes away (diff) | |
download | opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.zip opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.tar.gz opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.tar.bz2 opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.tar.xz |
some more code from mrieker for system threads, give up of all the other mono dependent theading models only availble for linux (and possible not all platforms). This only has impact on micro-threading switching, and this only happens on long events and only every 60ms, aditionally we do remove a totally extra set of threads (that could grow in a uncontroled way on win) and their hanshake with main ones. This may of course be even more broken now :P
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/prebuild.xml b/prebuild.xml index 64236f9..f6c1e46 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2418,28 +2418,7 @@ | |||
2418 | </Files> | 2418 | </Files> |
2419 | </Project> | 2419 | </Project> |
2420 | 2420 | ||
2421 | <!-- XMRengine --> | 2421 | <!-- XMRengine --> |
2422 | <Project frameworkVersion="v4_6" name="Mono.Tasklets" path="OpenSim/Region/ScriptEngine/XMREngine" type="Library"> | ||
2423 | <Configuration name="Debug"> | ||
2424 | <Options> | ||
2425 | <OutputPath>../../../../bin/</OutputPath> | ||
2426 | </Options> | ||
2427 | </Configuration> | ||
2428 | <Configuration name="Release"> | ||
2429 | <Options> | ||
2430 | <OutputPath>../../../../bin/</OutputPath> | ||
2431 | </Options> | ||
2432 | </Configuration> | ||
2433 | |||
2434 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2435 | |||
2436 | <Files> | ||
2437 | <Match pattern="MonoTaskletsDummy.cs" recurse="true"> | ||
2438 | <Exclude name="obj" pattern="obj"/> | ||
2439 | </Match> | ||
2440 | </Files> | ||
2441 | </Project> | ||
2442 | |||
2443 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XMREngine" path="OpenSim/Region/ScriptEngine/XMREngine" type="Library"> | 2422 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XMREngine" path="OpenSim/Region/ScriptEngine/XMREngine" type="Library"> |
2444 | <Configuration name="Debug"> | 2423 | <Configuration name="Debug"> |
2445 | <Options> | 2424 | <Options> |