aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2007-05-04 07:55:35 +0000
committerAdam Frisby2007-05-04 07:55:35 +0000
commitf3d0401f9b4013c19c429012684cb42baad64f4a (patch)
treee74a18d7e14848befc4e619ee6e8a9ac4aaacf29
parent* Removed superfluous int to prevent warning (diff)
downloadopensim-SC_OLD-f3d0401f9b4013c19c429012684cb42baad64f4a.zip
opensim-SC_OLD-f3d0401f9b4013c19c429012684cb42baad64f4a.tar.gz
opensim-SC_OLD-f3d0401f9b4013c19c429012684cb42baad64f4a.tar.bz2
opensim-SC_OLD-f3d0401f9b4013c19c429012684cb42baad64f4a.tar.xz
Prebuild needs some lovin too.
-rw-r--r--prebuild.xml57
1 files changed, 52 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 00d89f8..c97c96c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -199,7 +199,6 @@
199 </Files> 199 </Files>
200 </Project> 200 </Project>
201 201
202
203 <!-- Grid Server Plug-ins --> 202 <!-- Grid Server Plug-ins -->
204 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> 203 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
205 <Configuration name="Debug"> 204 <Configuration name="Debug">
@@ -250,8 +249,55 @@
250 </Project> 249 </Project>
251 250
252 251
253 <!-- OGS projects --> 252 <!-- OpenGrid Data Services -->
253 <Project name="OpenGrid.Framework.Data" path="OpenGrid.FrameWork.Data" type="Library">
254 <Configuration name="Debug">
255 <Options>
256 <OutputPath>../bin/</OutputPath>
257 </Options>
258 </Configuration>
259 <Configuration name="Release">
260 <Options>
261 <OutputPath>../bin/</OutputPath>
262 </Options>
263 </Configuration>
254 264
265 <ReferencePath>../bin/</ReferencePath>
266 <Reference name="System" localCopy="false"/>
267 <Reference name="System.Xml"/>
268 <Reference name="System.Data"/>
269 <Reference name="libsecondlife.dll"/>
270 <Files>
271 <Match pattern="*.cs" recurse="true"/>
272 </Files>
273 </Project>
274
275 <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGrid.FrameWork.Data.MySQL" type="Library">
276 <Configuration name="Debug">
277 <Options>
278 <OutputPath>../bin/</OutputPath>
279 </Options>
280 </Configuration>
281 <Configuration name="Release">
282 <Options>
283 <OutputPath>../bin/</OutputPath>
284 </Options>
285 </Configuration>
286
287 <ReferencePath>../bin/</ReferencePath>
288 <Reference name="System" localCopy="false"/>
289 <Reference name="System.Xml"/>
290 <Reference name="System.Data"/>
291 <Reference name="OpenGrid.Framework.Data"/>
292 <Reference name="libsecondlife.dll"/>
293 <Reference name="MySql.Data.dll"/>
294 <Files>
295 <Match pattern="*.cs" recurse="true"/>
296 </Files>
297 </Project>
298
299 <!-- OGS projects -->
300
255 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> 301 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
256 <Configuration name="Debug"> 302 <Configuration name="Debug">
257 <Options> 303 <Options>
@@ -269,9 +315,10 @@
269 <Reference name="System.Data" localCopy="false"/> 315 <Reference name="System.Data" localCopy="false"/>
270 <Reference name="System.Xml" localCopy="false"/> 316 <Reference name="System.Xml" localCopy="false"/>
271 <Reference name="OpenSim.Framework"/> 317 <Reference name="OpenSim.Framework"/>
272 <Reference name="OpenSim.Framework.Console"/> 318 <Reference name="OpenSim.Framework.Console"/>
273 <Reference name="OpenSim.Servers"/> 319 <Reference name="OpenSim.Servers"/>
274 <Reference name="libsecondlife.dll"/> 320 <Reference name="OpenGrid.Framework.Data"/>
321 <Reference name="libsecondlife.dll"/>
275 <Reference name="Db4objects.Db4o.dll"/> 322 <Reference name="Db4objects.Db4o.dll"/>
276 <Reference name="XMLRPC"/> 323 <Reference name="XMLRPC"/>
277 324