diff options
author | Homer Horwitz | 2009-01-02 17:55:55 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-01-02 17:55:55 +0000 |
commit | b83ae7a837d3c3fd21a551ceada1a4cf52dfafcf (patch) | |
tree | 0bf36ae0dd91eca48f16f105d3a3293de1b6ed67 /prebuild.xml | |
parent | Allow some values that are set in OpenSim.ini to be set from region config (diff) | |
download | opensim-SC_OLD-b83ae7a837d3c3fd21a551ceada1a4cf52dfafcf.zip opensim-SC_OLD-b83ae7a837d3c3fd21a551ceada1a4cf52dfafcf.tar.gz opensim-SC_OLD-b83ae7a837d3c3fd21a551ceada1a4cf52dfafcf.tar.bz2 opensim-SC_OLD-b83ae7a837d3c3fd21a551ceada1a4cf52dfafcf.tar.xz |
Fix another build error on MonoDevelop
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 81dea99..f10afd5 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev: 7914 $"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
@@ -1393,7 +1393,7 @@ | |||
1393 | <Reference name="OpenSim.Framework.Servers"/> | 1393 | <Reference name="OpenSim.Framework.Servers"/> |
1394 | <Reference name="OpenSim.Framework.Console"/> | 1394 | <Reference name="OpenSim.Framework.Console"/> |
1395 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> | 1395 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> |
1396 | <Reference name="log4net"/> | 1396 | <Reference name="log4net.dll"/> |
1397 | 1397 | ||
1398 | <Files> | 1398 | <Files> |
1399 | <Match pattern="*.cs" recurse="true"/> | 1399 | <Match pattern="*.cs" recurse="true"/> |