diff options
author | Teravus Ovares | 2008-01-05 02:41:30 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-05 02:41:30 +0000 |
commit | b86d11972194342a4090e16d95c9673de8db192c (patch) | |
tree | 4e36343d9a35c2361a686341d4783874876e416d /prebuild.xml | |
parent | * Fixed a waste of resources in ODE. Possibly a cause of thread leak. (diff) | |
download | opensim-SC_OLD-b86d11972194342a4090e16d95c9673de8db192c.zip opensim-SC_OLD-b86d11972194342a4090e16d95c9673de8db192c.tar.gz opensim-SC_OLD-b86d11972194342a4090e16d95c9673de8db192c.tar.bz2 opensim-SC_OLD-b86d11972194342a4090e16d95c9673de8db192c.tar.xz |
* Added shell Messaging Server. Don't run the MessagingServer yet or you might end up with problems later.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index a798a3f..b65466c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1095,6 +1095,34 @@ | |||
1095 | </Files> | 1095 | </Files> |
1096 | </Project> | 1096 | </Project> |
1097 | 1097 | ||
1098 | <Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe"> | ||
1099 | <Configuration name="Debug"> | ||
1100 | <Options> | ||
1101 | <OutputPath>../../../bin/</OutputPath> | ||
1102 | </Options> | ||
1103 | </Configuration> | ||
1104 | <Configuration name="Release"> | ||
1105 | <Options> | ||
1106 | <OutputPath>../../../bin/</OutputPath> | ||
1107 | </Options> | ||
1108 | </Configuration> | ||
1109 | |||
1110 | <ReferencePath>../../../bin/</ReferencePath> | ||
1111 | <Reference name="System" localCopy="false"/> | ||
1112 | <Reference name="System.Data" localCopy="false"/> | ||
1113 | <Reference name="System.Xml" localCopy="false"/> | ||
1114 | <Reference name="OpenSim.Framework"/> | ||
1115 | <Reference name="OpenSim.Framework.Console"/> | ||
1116 | <Reference name="OpenSim.Framework.Communications"/> | ||
1117 | <Reference name="OpenSim.Framework.Data"/> | ||
1118 | <Reference name="OpenSim.Framework.Servers"/> | ||
1119 | <Reference name="libsecondlife.dll"/> | ||
1120 | |||
1121 | <Files> | ||
1122 | <Match pattern="*.cs" recurse="true"/> | ||
1123 | </Files> | ||
1124 | </Project> | ||
1125 | |||
1098 | <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> | 1126 | <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> |
1099 | <Configuration name="Debug"> | 1127 | <Configuration name="Debug"> |
1100 | <Options> | 1128 | <Options> |