aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-07-09 22:53:17 +0000
committerlbsa712007-07-09 22:53:17 +0000
commit19c01bfb5229a6fa07c5c1454c79ba015decbdca (patch)
tree79bc3e1915ff17fd0c3566da98ae13b2b7ff518c /prebuild.xml
parent* another stab at #176 (diff)
downloadopensim-SC_OLD-19c01bfb5229a6fa07c5c1454c79ba015decbdca.zip
opensim-SC_OLD-19c01bfb5229a6fa07c5c1454c79ba015decbdca.tar.gz
opensim-SC_OLD-19c01bfb5229a6fa07c5c1454c79ba015decbdca.tar.bz2
opensim-SC_OLD-19c01bfb5229a6fa07c5c1454c79ba015decbdca.tar.xz
* Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so be sure to specify projects in the right order.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml50
1 files changed, 25 insertions, 25 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 06d1b07..1dcd58a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -276,30 +276,6 @@
276 </Files> 276 </Files>
277 </Project> 277 </Project>
278 278
279 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
280 <Configuration name="Debug">
281 <Options>
282 <OutputPath>../../../bin/</OutputPath>
283 </Options>
284 </Configuration>
285 <Configuration name="Release">
286 <Options>
287 <OutputPath>../../../bin/</OutputPath>
288 </Options>
289 </Configuration>
290
291 <ReferencePath>../../../bin/</ReferencePath>
292 <Reference name="System" localCopy="false"/>
293 <Reference name="System.Xml"/>
294 <Reference name="System.Data"/>
295 <Reference name="OpenSim.Framework.Data"/>
296 <Reference name="libsecondlife.dll"/>
297 <Reference name="Db4objects.Db4o.dll"/>
298 <Files>
299 <Match pattern="*.cs" recurse="true"/>
300 </Files>
301 </Project>
302
303 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 279 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
304 <Configuration name="Debug"> 280 <Configuration name="Debug">
305 <Options> 281 <Options>
@@ -463,7 +439,31 @@
463 <Match pattern="*.cs" recurse="true"/> 439 <Match pattern="*.cs" recurse="true"/>
464 </Files> 440 </Files>
465 </Project> 441 </Project>
466 442
443 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
444 <Configuration name="Debug">
445 <Options>
446 <OutputPath>../../../bin/</OutputPath>
447 </Options>
448 </Configuration>
449 <Configuration name="Release">
450 <Options>
451 <OutputPath>../../../bin/</OutputPath>
452 </Options>
453 </Configuration>
454
455 <ReferencePath>../../../bin/</ReferencePath>
456 <Reference name="System" localCopy="false"/>
457 <Reference name="System.Xml"/>
458 <Reference name="System.Data"/>
459 <Reference name="OpenSim.Framework.Data"/>
460 <Reference name="libsecondlife.dll"/>
461 <Reference name="Db4objects.Db4o.dll"/>
462 <Files>
463 <Match pattern="*.cs" recurse="true"/>
464 </Files>
465 </Project>
466
467 <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library"> 467 <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library">
468 <Configuration name="Debug"> 468 <Configuration name="Debug">
469 <Options> 469 <Options>