diff options
author | Justin Clarke Casey | 2009-01-02 19:43:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-02 19:43:30 +0000 |
commit | 401a0d0a0ae7be76c9babe865cfb89dafc985538 (patch) | |
tree | e8a0a2940e15664f71723553e249410537e05f44 /prebuild.xml | |
parent | Fix another build error on MonoDevelop (diff) | |
download | opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.zip opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.gz opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.bz2 opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.xz |
* Add Nini reference to Communications.OGS1
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index f10afd5..407b986 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: 7914 $"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
@@ -731,6 +731,7 @@ | |||
731 | <Reference name="OpenSim.Framework.Statistics"/> | 731 | <Reference name="OpenSim.Framework.Statistics"/> |
732 | <Reference name="OpenSim.Region.Communications.Local" /> | 732 | <Reference name="OpenSim.Region.Communications.Local" /> |
733 | <Reference name="OpenMetaverseTypes.dll"/> | 733 | <Reference name="OpenMetaverseTypes.dll"/> |
734 | <Reference name="Nini.dll" /> | ||
734 | <Reference name="XMLRPC.dll"/> | 735 | <Reference name="XMLRPC.dll"/> |
735 | <Reference name="log4net.dll"/> | 736 | <Reference name="log4net.dll"/> |
736 | 737 | ||