diff options
-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"/> |