diff options
author | lbsa71 | 2007-03-27 20:45:04 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-27 20:45:04 +0000 |
commit | 7adbe756fbb1d1c4cd71df90bd12d7e3da60bdf8 (patch) | |
tree | d8dc563b7fef4ce9dcc34fbcc31c3fcc7d99d49f /prebuild.xml | |
parent | * Config should be loaded before login server startup... (diff) | |
download | opensim-SC_OLD-7adbe756fbb1d1c4cd71df90bd12d7e3da60bdf8.zip opensim-SC_OLD-7adbe756fbb1d1c4cd71df90bd12d7e3da60bdf8.tar.gz opensim-SC_OLD-7adbe756fbb1d1c4cd71df90bd12d7e3da60bdf8.tar.bz2 opensim-SC_OLD-7adbe756fbb1d1c4cd71df90bd12d7e3da60bdf8.tar.xz |
* Reverting todays work. It was worth a try.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3c84703..ee8a2ac 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -95,7 +95,7 @@ | |||
95 | </Files> | 95 | </Files> |
96 | </Project> | 96 | </Project> |
97 | 97 | ||
98 | <Project name="OpenSim.Servers" path="Servers" type="Library"> | 98 | <!-- Project name="OpenSim.Servers" path="Servers" type="Library"> |
99 | <Configuration name="Debug"> | 99 | <Configuration name="Debug"> |
100 | <Options> | 100 | <Options> |
101 | <OutputPath>../bin/</OutputPath> | 101 | <OutputPath>../bin/</OutputPath> |
@@ -110,14 +110,14 @@ | |||
110 | <ReferencePath>../bin/</ReferencePath> | 110 | <ReferencePath>../bin/</ReferencePath> |
111 | <Reference name="System"/> | 111 | <Reference name="System"/> |
112 | <Reference name="System.Xml"/> | 112 | <Reference name="System.Xml"/> |
113 | <Reference name="OpenSim.Framework"/> | 113 | <Reference name="OpenSim.Framework.dll"/> |
114 | <Reference name="OpenSim.Framework.Console"/> | 114 | <Reference name="OpenSim.Framework.Console.dll"/> |
115 | <Reference name="libsecondlife.dll"/> | 115 | <Reference name="libsecondlife.dll"/> |
116 | 116 | ||
117 | <Files> | 117 | <Files> |
118 | <Match pattern="*.cs" recurse="true"/> | 118 | <Match pattern="*.cs" recurse="true"/> |
119 | </Files> | 119 | </Files> |
120 | </Project> | 120 | </Project --> |
121 | 121 | ||
122 | <!-- OGS projects --> | 122 | <!-- OGS projects --> |
123 | 123 | ||
@@ -138,7 +138,7 @@ | |||
138 | <Reference name="System.Data" localCopy="false"/> | 138 | <Reference name="System.Data" localCopy="false"/> |
139 | <Reference name="System.Xml" localCopy="false"/> | 139 | <Reference name="System.Xml" localCopy="false"/> |
140 | <Reference name="OpenSim.Framework.dll"/> | 140 | <Reference name="OpenSim.Framework.dll"/> |
141 | <Reference name="OpenSim.Framework.Console"/> | 141 | <Reference name="OpenSim.Framework.Console.dll"/> |
142 | <Reference name="libsecondlife.dll"/> | 142 | <Reference name="libsecondlife.dll"/> |
143 | 143 | ||
144 | <Files> | 144 | <Files> |
@@ -163,7 +163,7 @@ | |||
163 | <Reference name="System.Data" localCopy="false"/> | 163 | <Reference name="System.Data" localCopy="false"/> |
164 | <Reference name="System.Xml" localCopy="false"/> | 164 | <Reference name="System.Xml" localCopy="false"/> |
165 | <Reference name="OpenSim.Framework.dll"/> | 165 | <Reference name="OpenSim.Framework.dll"/> |
166 | <Reference name="OpenSim.Framework.Console"/> | 166 | <Reference name="OpenSim.Framework.Console.dll"/> |
167 | <Reference name="libsecondlife.dll"/> | 167 | <Reference name="libsecondlife.dll"/> |
168 | 168 | ||
169 | <Files> | 169 | <Files> |
@@ -188,7 +188,6 @@ | |||
188 | <Reference name="System" localCopy="false"/> | 188 | <Reference name="System" localCopy="false"/> |
189 | <Reference name="System.Xml" localCopy="false" /> | 189 | <Reference name="System.Xml" localCopy="false" /> |
190 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 190 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
191 | <Reference name="OpenSim.Framework" localCopy="false"/> | ||
192 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> | 191 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> |
193 | <Files> | 192 | <Files> |
194 | <Match pattern="*.cs" recurse="false"/> | 193 | <Match pattern="*.cs" recurse="false"/> |
@@ -355,10 +354,9 @@ | |||
355 | <Reference name="libsecondlife.dll"/> | 354 | <Reference name="libsecondlife.dll"/> |
356 | <Reference name="Axiom.MathLib.dll"/> | 355 | <Reference name="Axiom.MathLib.dll"/> |
357 | <Reference name="Db4objects.Db4o.dll"/> | 356 | <Reference name="Db4objects.Db4o.dll"/> |
358 | <Reference name="OpenSim.Framework"/> | ||
359 | <Reference name="OpenSim.Framework.Console"/> | 357 | <Reference name="OpenSim.Framework.Console"/> |
360 | <Reference name="OpenSim.Physics.Manager"/> | 358 | <Reference name="OpenSim.Physics.Manager"/> |
361 | <Reference name="OpenSim.Servers"/> | 359 | <Reference name="OpenSim.Framework"/> |
362 | 360 | ||
363 | <Files> | 361 | <Files> |
364 | <Match pattern="*.cs" recurse="true"/> | 362 | <Match pattern="*.cs" recurse="true"/> |