diff options
author | Diva Canto | 2015-08-31 09:21:05 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-31 09:21:05 -0700 |
commit | 3741edd1c791e87a38805a62530755cbf0c55cab (patch) | |
tree | 93993feafe3ae4b7fc67f9cd2cf5218882134295 /prebuild.xml | |
parent | More namespace and dll name changes. Still no functional changes. (diff) | |
download | opensim-SC-3741edd1c791e87a38805a62530755cbf0c55cab.zip opensim-SC-3741edd1c791e87a38805a62530755cbf0c55cab.tar.gz opensim-SC-3741edd1c791e87a38805a62530755cbf0c55cab.tar.bz2 opensim-SC-3741edd1c791e87a38805a62530755cbf0c55cab.tar.xz |
Refactored Meshing modules:
- Moved ZeroMesher from OpenSim.Region.PhysicsModules.SharedBase to OpenSim.Region.PhysicsModules.Meshing
- Created subfolder for all Meshmerizer files, also in the same Meshing dll
- Made them both region modules, with ZeroMesher being the default one
This compiles but doesn't run yet.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 92d5caf..e08ff29 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -514,7 +514,7 @@ | |||
514 | </Files> | 514 | </Files> |
515 | </Project> | 515 | </Project> |
516 | 516 | ||
517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
518 | <Configuration name="Debug"> | 518 | <Configuration name="Debug"> |
519 | <Options> | 519 | <Options> |
520 | <OutputPath>../../../../bin/Physics/</OutputPath> | 520 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -537,7 +537,9 @@ | |||
537 | <Reference name="OpenSim.Framework"/> | 537 | <Reference name="OpenSim.Framework"/> |
538 | <Reference name="OpenSim.Framework.Console"/> | 538 | <Reference name="OpenSim.Framework.Console"/> |
539 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 539 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
540 | <Reference name="OpenSim.Region.Framework"/> | ||
540 | <Reference name="log4net" path="../../../../bin/"/> | 541 | <Reference name="log4net" path="../../../../bin/"/> |
542 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
541 | 543 | ||
542 | <Files> | 544 | <Files> |
543 | <Match pattern="*.cs" recurse="true"/> | 545 | <Match pattern="*.cs" recurse="true"/> |