diff options
author | lbsa71 | 2007-03-27 19:56:27 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-27 19:56:27 +0000 |
commit | 92553928a5ca484bd7f1116fafd4560635b3e467 (patch) | |
tree | 717e5a2d603314cc5b649efe41da8d356260081a | |
parent | * Fixed yet another project ref fuck-up in Prebuild. (diff) | |
download | opensim-SC_OLD-92553928a5ca484bd7f1116fafd4560635b3e467.zip opensim-SC_OLD-92553928a5ca484bd7f1116fafd4560635b3e467.tar.gz opensim-SC_OLD-92553928a5ca484bd7f1116fafd4560635b3e467.tar.bz2 opensim-SC_OLD-92553928a5ca484bd7f1116fafd4560635b3e467.tar.xz |
* Added OpenSim.Framework ref to phys mgr
-rw-r--r-- | OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build | 1 | ||||
-rw-r--r-- | prebuild.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build b/OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build index 43978e0..88be1e5 100644 --- a/OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build +++ b/OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build | |||
@@ -25,6 +25,7 @@ | |||
25 | <include name="System.dll" /> | 25 | <include name="System.dll" /> |
26 | <include name="System.Xml.dll" /> | 26 | <include name="System.Xml.dll" /> |
27 | <include name="../../bin/Axiom.MathLib.dll" /> | 27 | <include name="../../bin/Axiom.MathLib.dll" /> |
28 | <include name="../bin/OpenSim.Framework.dll" /> | ||
28 | <include name="../bin/OpenSim.Framework.Console.dll" /> | 29 | <include name="../bin/OpenSim.Framework.Console.dll" /> |
29 | </references> | 30 | </references> |
30 | </csc> | 31 | </csc> |
diff --git a/prebuild.xml b/prebuild.xml index c594153..7c08008 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -188,6 +188,7 @@ | |||
188 | <Reference name="System" localCopy="false"/> | 188 | <Reference name="System" localCopy="false"/> |
189 | <Reference name="System.Xml" localCopy="false" /> | 189 | <Reference name="System.Xml" localCopy="false" /> |
190 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 190 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
191 | <Reference name="OpenSim.Framework" localCopy="false"/> | ||
191 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> | 192 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> |
192 | <Files> | 193 | <Files> |
193 | <Match pattern="*.cs" recurse="false"/> | 194 | <Match pattern="*.cs" recurse="false"/> |