diff options
author | Johan Berntsson | 2008-03-26 02:49:35 +0000 |
---|---|---|
committer | Johan Berntsson | 2008-03-26 02:49:35 +0000 |
commit | 7fe243e3d4a35c1250343db048539c63c5d96680 (patch) | |
tree | e18a10e1ea8b7ef3ee630c9654eb2233d19c9b29 /prebuild.xml | |
parent | Removing redundant code (diff) | |
download | opensim-SC_OLD-7fe243e3d4a35c1250343db048539c63c5d96680.zip opensim-SC_OLD-7fe243e3d4a35c1250343db048539c63c5d96680.tar.gz opensim-SC_OLD-7fe243e3d4a35c1250343db048539c63c5d96680.tar.bz2 opensim-SC_OLD-7fe243e3d4a35c1250343db048539c63c5d96680.tar.xz |
Committed patch from Lulurun to fix Mantis 817. Thanks Lulurun
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 96b286b..89bbf09 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -234,6 +234,32 @@ | |||
234 | </Files> | 234 | </Files> |
235 | </Project> | 235 | </Project> |
236 | 236 | ||
237 | <Project name="OpenSim.Framework.Data.MapperFactory" path="OpenSim/Framework/Data.MapperFactory" type="Library"> | ||
238 | <Configuration name="Debug"> | ||
239 | <Options> | ||
240 | <OutputPath>../../../bin/</OutputPath> | ||
241 | </Options> | ||
242 | </Configuration> | ||
243 | <Configuration name="Release"> | ||
244 | <Options> | ||
245 | <OutputPath>../../../bin/</OutputPath> | ||
246 | </Options> | ||
247 | </Configuration> | ||
248 | |||
249 | <ReferencePath>../../../bin/</ReferencePath> | ||
250 | <Reference name="System" localCopy="false"/> | ||
251 | <Reference name="System.Xml"/> | ||
252 | <Reference name="System.Data"/> | ||
253 | <Reference name="OpenSim.Framework"/> | ||
254 | <Reference name="OpenSim.Framework.Data"/> | ||
255 | <Reference name="OpenSim.Framework.Data.Base"/> | ||
256 | <Reference name="OpenSim.Framework.Data.MySQLMapper"/> | ||
257 | |||
258 | <Files> | ||
259 | <Match pattern="*.cs" recurse="true"/> | ||
260 | </Files> | ||
261 | </Project> | ||
262 | |||
237 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 263 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> |
238 | <Configuration name="Debug"> | 264 | <Configuration name="Debug"> |
239 | <Options> | 265 | <Options> |
@@ -845,6 +871,7 @@ | |||
845 | <Reference name="OpenSim.Framework.Communications"/> | 871 | <Reference name="OpenSim.Framework.Communications"/> |
846 | <Reference name="OpenSim.Framework.Data.Base" /> | 872 | <Reference name="OpenSim.Framework.Data.Base" /> |
847 | <Reference name="OpenSim.Region.Environment"/> | 873 | <Reference name="OpenSim.Region.Environment"/> |
874 | <Reference name="OpenSim.Framework.Data.MapperFactory"/> | ||
848 | <Reference name="Nini.dll" /> | 875 | <Reference name="Nini.dll" /> |
849 | <Reference name="OpenSim.Framework.Data.MySQLMapper" /> | 876 | <Reference name="OpenSim.Framework.Data.MySQLMapper" /> |
850 | <Files> | 877 | <Files> |