diff options
author | lbsa71 | 2007-03-27 21:42:14 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-27 21:42:14 +0000 |
commit | f42d1fc825b7b9d22ae05836992531d9abd2a26d (patch) | |
tree | c316d0d2ec56a34c6c7f2099977bcc6f14e5eb24 /prebuild.xml | |
parent | * Reverting todays work. It was worth a try. (diff) | |
download | opensim-SC_OLD-f42d1fc825b7b9d22ae05836992531d9abd2a26d.zip opensim-SC_OLD-f42d1fc825b7b9d22ae05836992531d9abd2a26d.tar.gz opensim-SC_OLD-f42d1fc825b7b9d22ae05836992531d9abd2a26d.tar.bz2 opensim-SC_OLD-f42d1fc825b7b9d22ae05836992531d9abd2a26d.tar.xz |
* revert the revert - begin the beguine
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/prebuild.xml b/prebuild.xml index ee8a2ac..3c84703 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.dll"/> | 113 | <Reference name="OpenSim.Framework"/> |
114 | <Reference name="OpenSim.Framework.Console.dll"/> | 114 | <Reference name="OpenSim.Framework.Console"/> |
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.dll"/> | 141 | <Reference name="OpenSim.Framework.Console"/> |
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.dll"/> | 166 | <Reference name="OpenSim.Framework.Console"/> |
167 | <Reference name="libsecondlife.dll"/> | 167 | <Reference name="libsecondlife.dll"/> |
168 | 168 | ||
169 | <Files> | 169 | <Files> |
@@ -188,6 +188,7 @@ | |||
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"/> | ||
191 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> | 192 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> |
192 | <Files> | 193 | <Files> |
193 | <Match pattern="*.cs" recurse="false"/> | 194 | <Match pattern="*.cs" recurse="false"/> |
@@ -354,9 +355,10 @@ | |||
354 | <Reference name="libsecondlife.dll"/> | 355 | <Reference name="libsecondlife.dll"/> |
355 | <Reference name="Axiom.MathLib.dll"/> | 356 | <Reference name="Axiom.MathLib.dll"/> |
356 | <Reference name="Db4objects.Db4o.dll"/> | 357 | <Reference name="Db4objects.Db4o.dll"/> |
358 | <Reference name="OpenSim.Framework"/> | ||
357 | <Reference name="OpenSim.Framework.Console"/> | 359 | <Reference name="OpenSim.Framework.Console"/> |
358 | <Reference name="OpenSim.Physics.Manager"/> | 360 | <Reference name="OpenSim.Physics.Manager"/> |
359 | <Reference name="OpenSim.Framework"/> | 361 | <Reference name="OpenSim.Servers"/> |
360 | 362 | ||
361 | <Files> | 363 | <Files> |
362 | <Match pattern="*.cs" recurse="true"/> | 364 | <Match pattern="*.cs" recurse="true"/> |