diff options
author | UbitUmarov | 2012-03-17 09:27:56 +0000 |
---|---|---|
committer | UbitUmarov | 2012-03-17 09:27:56 +0000 |
commit | 41a0c850f887d72ff64e9e616ea4bda25fd85de7 (patch) | |
tree | c0c22d6c5e75c3dfa7147baa56f82bf5d7c496b3 /prebuild.xml | |
parent | some more work on costs (diff) | |
download | opensim-SC-41a0c850f887d72ff64e9e616ea4bda25fd85de7.zip opensim-SC-41a0c850f887d72ff64e9e616ea4bda25fd85de7.tar.gz opensim-SC-41a0c850f887d72ff64e9e616ea4bda25fd85de7.tar.bz2 opensim-SC-41a0c850f887d72ff64e9e616ea4bda25fd85de7.tar.xz |
added a new UbitMeshing module so i can mess it...
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 64e8e32..d009e87 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -701,6 +701,37 @@ | |||
701 | </Files> | 701 | </Files> |
702 | </Project> | 702 | </Project> |
703 | 703 | ||
704 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
705 | <Configuration name="Debug"> | ||
706 | <Options> | ||
707 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
708 | </Options> | ||
709 | </Configuration> | ||
710 | <Configuration name="Release"> | ||
711 | <Options> | ||
712 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
713 | </Options> | ||
714 | </Configuration> | ||
715 | |||
716 | <ReferencePath>../../../../bin/</ReferencePath> | ||
717 | <Reference name="System"/> | ||
718 | <Reference name="System.Drawing"/> | ||
719 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
720 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
721 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
722 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
723 | <Reference name="Nini" path="../../../../bin/"/> | ||
724 | <Reference name="OpenSim.Framework"/> | ||
725 | <Reference name="OpenSim.Framework.Console"/> | ||
726 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
727 | <Reference name="log4net" path="../../../../bin/"/> | ||
728 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
729 | |||
730 | <Files> | ||
731 | <Match pattern="*.cs" recurse="true"/> | ||
732 | </Files> | ||
733 | </Project> | ||
734 | |||
704 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 735 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
705 | <Configuration name="Debug"> | 736 | <Configuration name="Debug"> |
706 | <Options> | 737 | <Options> |