aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-06-11 16:13:52 +0000
committerMW2007-06-11 16:13:52 +0000
commit2f2ec10172a5a68caa909cc153ebcf7a14192892 (patch)
tree219b3a5d2373ff17dc9567b19b77f9faeac0161b /prebuild.xml
parentAdded AttachObject method to IClientAPI. (diff)
downloadopensim-SC_OLD-2f2ec10172a5a68caa909cc153ebcf7a14192892.zip
opensim-SC_OLD-2f2ec10172a5a68caa909cc153ebcf7a14192892.tar.gz
opensim-SC_OLD-2f2ec10172a5a68caa909cc153ebcf7a14192892.tar.bz2
opensim-SC_OLD-2f2ec10172a5a68caa909cc153ebcf7a14192892.tar.xz
A few small changes and hopefully fixed the nant build problem (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
Diffstat (limited to '')
-rw-r--r--prebuild.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b878263..2aa8a37 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -56,7 +56,7 @@
56 56
57 <!-- Core OpenSim Projects --> 57 <!-- Core OpenSim Projects -->
58 58
59 <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library"> 59 <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library">
60 <Configuration name="Debug"> 60 <Configuration name="Debug">
61 <Options> 61 <Options>
62 <OutputPath>../../bin/</OutputPath> 62 <OutputPath>../../bin/</OutputPath>
@@ -69,18 +69,13 @@
69 </Configuration> 69 </Configuration>
70 70
71 <ReferencePath>../../bin/</ReferencePath> 71 <ReferencePath>../../bin/</ReferencePath>
72 <Reference name="System"/> 72 <Reference name="System" localCopy="false"/>
73 <Reference name="System.Xml"/>
74 <Reference name="libsecondlife.dll"/>
75 <Reference name="Db4objects.Db4o.dll"/>
76 <Reference name="XMLRPC"/>
77 <Reference name="OpenSim.Framework.Console"/>
78 <Files> 73 <Files>
79 <Match pattern="*.cs" recurse="true"/> 74 <Match pattern="*.cs" recurse="true"/>
80 </Files> 75 </Files>
81 </Project> 76 </Project>
82 77
83 <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library"> 78 <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library">
84 <Configuration name="Debug"> 79 <Configuration name="Debug">
85 <Options> 80 <Options>
86 <OutputPath>../../bin/</OutputPath> 81 <OutputPath>../../bin/</OutputPath>
@@ -93,12 +88,18 @@
93 </Configuration> 88 </Configuration>
94 89
95 <ReferencePath>../../bin/</ReferencePath> 90 <ReferencePath>../../bin/</ReferencePath>
96 <Reference name="System" localCopy="false"/> 91 <Reference name="System"/>
92 <Reference name="System.Xml"/>
93 <Reference name="libsecondlife.dll"/>
94 <Reference name="Db4objects.Db4o.dll"/>
95 <Reference name="XMLRPC"/>
96 <Reference name="OpenSim.Framework.Console"/>
97 <Files> 97 <Files>
98 <Match pattern="*.cs" recurse="true"/> 98 <Match pattern="*.cs" recurse="true"/>
99 </Files> 99 </Files>
100 </Project> 100 </Project>
101 101
102
102 <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> 103 <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library">
103 <Configuration name="Debug"> 104 <Configuration name="Debug">
104 <Options> 105 <Options>