diff options
author | Robert Adams | 2013-05-22 21:09:37 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-22 21:09:37 -0700 |
commit | f4905220821671f91cb830e9932a0b9ed5d3da49 (patch) | |
tree | ac954d581fd0a4dc9594bf8b432ca3345cf59fc8 /prebuild.xml | |
parent | BulletSim: add code to experimentally use asset hull data. (diff) | |
download | opensim-SC_OLD-f4905220821671f91cb830e9932a0b9ed5d3da49.zip opensim-SC_OLD-f4905220821671f91cb830e9932a0b9ed5d3da49.tar.gz opensim-SC_OLD-f4905220821671f91cb830e9932a0b9ed5d3da49.tar.bz2 opensim-SC_OLD-f4905220821671f91cb830e9932a0b9ed5d3da49.tar.xz |
BulletSim: specify directory for OpenSim.Region.Physics.Meshing
DLL file in prebuild.xml since that file ends up in bin/Physics
directory.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index f51e8f0..25c287e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1753,7 +1753,7 @@ | |||
1753 | <Reference name="OpenSim.Region.CoreModules"/> | 1753 | <Reference name="OpenSim.Region.CoreModules"/> |
1754 | <Reference name="OpenSim.Framework.Console"/> | 1754 | <Reference name="OpenSim.Framework.Console"/> |
1755 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1755 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1756 | <Reference name="OpenSim.Region.Physics.Meshing"/> | 1756 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../bin/Physics/"/> |
1757 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 1757 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> |
1758 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1758 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> |
1759 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1759 | <Reference name="log4net.dll" path="../../../../bin/"/> |