aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDan Lake2011-07-11 15:24:23 -0700
committerMic Bowman2011-07-11 15:26:50 -0700
commit38f0cf4bf41c8d7a5721dee9bd756f7bfa322d1f (patch)
tree6f12d3ed1185dec91d05571c704615fb4ae154e0 /prebuild.xml
parentMerge branch 'master' into bulletsim (diff)
downloadopensim-SC_OLD-38f0cf4bf41c8d7a5721dee9bd756f7bfa322d1f.zip
opensim-SC_OLD-38f0cf4bf41c8d7a5721dee9bd756f7bfa322d1f.tar.gz
opensim-SC_OLD-38f0cf4bf41c8d7a5721dee9bd756f7bfa322d1f.tar.bz2
opensim-SC_OLD-38f0cf4bf41c8d7a5721dee9bd756f7bfa322d1f.tar.xz
Moved ConvexDecompositionDotNet.dll to bin directory to fix picky references on Linux
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
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