diff options
author | Tedd Hansen | 2008-01-12 15:49:41 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-12 15:49:41 +0000 |
commit | 27859faf7abdee7874819539dc518ea9e44437a5 (patch) | |
tree | a612281fe31a9c2d99e2756410f97395961b03b0 /prebuild.xml | |
parent | Set eol (diff) | |
download | opensim-SC_OLD-27859faf7abdee7874819539dc518ea9e44437a5.zip opensim-SC_OLD-27859faf7abdee7874819539dc518ea9e44437a5.tar.gz opensim-SC_OLD-27859faf7abdee7874819539dc518ea9e44437a5.tar.bz2 opensim-SC_OLD-27859faf7abdee7874819539dc518ea9e44437a5.tar.xz |
Welcome back LSO.
Added old LSO code, will use it as base to create new LSO VM.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e546907..ab95a96 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1165,6 +1165,39 @@ | |||
1165 | </Files> | 1165 | </Files> |
1166 | </Project> | 1166 | </Project> |
1167 | 1167 | ||
1168 | <Project name="OpenSim.Region.ScriptEngine.LSOEngine" path="OpenSim/Region/ScriptEngine/LSOEngine" type="Library"> | ||
1169 | <Configuration name="Debug"> | ||
1170 | <Options> | ||
1171 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
1172 | </Options> | ||
1173 | </Configuration> | ||
1174 | <Configuration name="Release"> | ||
1175 | <Options> | ||
1176 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
1177 | </Options> | ||
1178 | </Configuration> | ||
1179 | |||
1180 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1181 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
1182 | <Reference name="System" localCopy="false"/> | ||
1183 | <Reference name="System.Data" localCopy="false"/> | ||
1184 | <Reference name="System.Xml" localCopy="false"/> | ||
1185 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
1186 | <Reference name="libsecondlife.dll"/> | ||
1187 | <Reference name="RAIL.dll"/> | ||
1188 | <Reference name="OpenSim.Framework"/> | ||
1189 | <Reference name="OpenSim.Framework.Console"/> | ||
1190 | <Reference name="OpenSim.Region.Environment" /> | ||
1191 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
1192 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> | ||
1193 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
1194 | <Reference name="Nini.dll" /> | ||
1195 | <Files> | ||
1196 | <Match pattern="*.cs" recurse="true"/> | ||
1197 | </Files> | ||
1198 | </Project> | ||
1199 | |||
1200 | |||
1168 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> | 1201 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> |
1169 | <Configuration name="Debug"> | 1202 | <Configuration name="Debug"> |
1170 | <Options> | 1203 | <Options> |