diff options
author | Mic Bowman | 2011-07-11 15:24:23 -0700 |
---|---|---|
committer | Mic Bowman | 2011-07-11 15:24:23 -0700 |
commit | 616f3844b67fbd840753bb8fcf8c8dda04a36cba (patch) | |
tree | 6f12d3ed1185dec91d05571c704615fb4ae154e0 /prebuild.xml | |
parent | Merge branch 'master' into bulletsim (diff) | |
download | opensim-SC_OLD-616f3844b67fbd840753bb8fcf8c8dda04a36cba.zip opensim-SC_OLD-616f3844b67fbd840753bb8fcf8c8dda04a36cba.tar.gz opensim-SC_OLD-616f3844b67fbd840753bb8fcf8c8dda04a36cba.tar.bz2 opensim-SC_OLD-616f3844b67fbd840753bb8fcf8c8dda04a36cba.tar.xz |
Moved ConvexDecompositionDotNet.dll to bin directory to fix picky references on Linux
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 63590c8..66ecfd9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -637,12 +637,12 @@ | |||
637 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 637 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
638 | <Configuration name="Debug"> | 638 | <Configuration name="Debug"> |
639 | <Options> | 639 | <Options> |
640 | <OutputPath>../../../../bin/Physics/</OutputPath> | 640 | <OutputPath>../../../../bin/</OutputPath> |
641 | </Options> | 641 | </Options> |
642 | </Configuration> | 642 | </Configuration> |
643 | <Configuration name="Release"> | 643 | <Configuration name="Release"> |
644 | <Options> | 644 | <Options> |
645 | <OutputPath>../../../../bin/Physics/</OutputPath> | 645 | <OutputPath>../../../../bin/</OutputPath> |
646 | </Options> | 646 | </Options> |
647 | </Configuration> | 647 | </Configuration> |
648 | 648 | ||