diff options
author | Adam Frisby | 2008-02-08 17:54:30 +0000 |
---|---|---|
committer | Adam Frisby | 2008-02-08 17:54:30 +0000 |
commit | a1625a54104da7872c15618db9e68656c6f6ec2a (patch) | |
tree | 2c9847e3085ee1c3252471af9c393a7f8265de3f /prebuild.xml | |
parent | * Adding console spam to help track 'The Steve Bug'. (diff) | |
download | opensim-SC_OLD-a1625a54104da7872c15618db9e68656c6f6ec2a.zip opensim-SC_OLD-a1625a54104da7872c15618db9e68656c6f6ec2a.tar.gz opensim-SC_OLD-a1625a54104da7872c15618db9e68656c6f6ec2a.tar.bz2 opensim-SC_OLD-a1625a54104da7872c15618db9e68656c6f6ec2a.tar.xz |
* Applying mantis 339 patches round 2 -- Thanks daedius
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e58c94a..f956e7e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -81,6 +81,58 @@ | |||
81 | </Files> | 81 | </Files> |
82 | </Project> | 82 | </Project> |
83 | 83 | ||
84 | <Project name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | ||
85 | <Configuration name="Debug"> | ||
86 | <Options> | ||
87 | <OutputPath>../../../bin/</OutputPath> | ||
88 | </Options> | ||
89 | </Configuration> | ||
90 | <Configuration name="Release"> | ||
91 | <Options> | ||
92 | <OutputPath>../../../bin/</OutputPath> | ||
93 | </Options> | ||
94 | </Configuration> | ||
95 | |||
96 | <ReferencePath>../../../bin/</ReferencePath> | ||
97 | <Reference name="System"/> | ||
98 | <Reference name="System.Xml"/> | ||
99 | <Reference name="System.Data"/> | ||
100 | <Reference name="nunit.framework.dll" /> | ||
101 | <Reference name="libsecondlife.dll"/> | ||
102 | <Files> | ||
103 | <Match pattern="*.cs" recurse="false"/> | ||
104 | </Files> | ||
105 | </Project> | ||
106 | |||
107 | <Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library"> | ||
108 | <Configuration name="Debug"> | ||
109 | <Options> | ||
110 | <OutputPath>../../../../bin/</OutputPath> | ||
111 | </Options> | ||
112 | </Configuration> | ||
113 | <Configuration name="Release"> | ||
114 | <Options> | ||
115 | <OutputPath>../../../../bin/</OutputPath> | ||
116 | </Options> | ||
117 | </Configuration> | ||
118 | |||
119 | <ReferencePath>../../../../bin/</ReferencePath> | ||
120 | <Reference name="System"/> | ||
121 | <Reference name="System.Xml"/> | ||
122 | <Reference name="System.Data"/> | ||
123 | <Reference name="libsecondlife.dll"/> | ||
124 | <Reference name="Db4objects.Db4o.dll"/> | ||
125 | <Reference name="XMLRPC.dll"/> | ||
126 | <Reference name="OpenSim.Framework.Console"/> | ||
127 | <Reference name="OpenSim.Framework"/> | ||
128 | <Reference name="OpenSim.Tests.Common"/> | ||
129 | <Reference name="Nini.dll" /> | ||
130 | <Reference name="nunit.framework.dll" /> | ||
131 | <Files> | ||
132 | <Match pattern="*.cs" recurse="false"/> | ||
133 | </Files> | ||
134 | </Project> | ||
135 | |||
84 | <Project name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library"> | 136 | <Project name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library"> |
85 | <Configuration name="Debug"> | 137 | <Configuration name="Debug"> |
86 | <Options> | 138 | <Options> |