diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index 55c4be6..e546907 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1119,6 +1119,13 @@ | |||
1119 | <Reference name="OpenSim.Framework"/> | 1119 | <Reference name="OpenSim.Framework"/> |
1120 | <Reference name="OpenSim.Region.Environment" /> | 1120 | <Reference name="OpenSim.Region.Environment" /> |
1121 | <Reference name="OpenSim.Framework.Console"/> | 1121 | <Reference name="OpenSim.Framework.Console"/> |
1122 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
1123 | <Reference name="Nini.dll" /> | ||
1124 | <Reference name="RAIL.dll"/> | ||
1125 | <Reference name="OpenSim.Framework.Console"/> | ||
1126 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> | ||
1127 | <Reference name="Nini.dll" /> | ||
1128 | |||
1122 | <Files> | 1129 | <Files> |
1123 | <Match pattern="*.cs" recurse="true"/> | 1130 | <Match pattern="*.cs" recurse="true"/> |
1124 | </Files> | 1131 | </Files> |
@@ -1158,9 +1165,6 @@ | |||
1158 | </Files> | 1165 | </Files> |
1159 | </Project> | 1166 | </Project> |
1160 | 1167 | ||
1161 | |||
1162 | |||
1163 | |||
1164 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> | 1168 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> |
1165 | <Configuration name="Debug"> | 1169 | <Configuration name="Debug"> |
1166 | <Options> | 1170 | <Options> |