diff options
author | Justin Clark-Casey (justincc) | 2011-09-17 01:09:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-17 01:09:25 +0100 |
commit | f95033812402aaf31a9f2f66c946165d2d79669f (patch) | |
tree | 7266dc16199ba1a1928591dd8be33ea7a2554915 /prebuild.xml | |
parent | Add back BulletSPlugin.dll.config that I somehow managed to delete today in a... (diff) | |
download | opensim-SC_OLD-f95033812402aaf31a9f2f66c946165d2d79669f.zip opensim-SC_OLD-f95033812402aaf31a9f2f66c946165d2d79669f.tar.gz opensim-SC_OLD-f95033812402aaf31a9f2f66c946165d2d79669f.tar.bz2 opensim-SC_OLD-f95033812402aaf31a9f2f66c946165d2d79669f.tar.xz |
Remove old bullet DotNET and X libraries in preparation for BulletS
These weren't working properly anyway.
You will need to rerun prebuild.sh/.bat after this commit, and maybe "nant clean" as well.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3aca02d..690de5a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -573,34 +573,6 @@ | |||
573 | </Files> | 573 | </Files> |
574 | </Project> | 574 | </Project> |
575 | 575 | ||
576 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> | ||
577 | <Configuration name="Debug"> | ||
578 | <Options> | ||
579 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
580 | </Options> | ||
581 | </Configuration> | ||
582 | <Configuration name="Release"> | ||
583 | <Options> | ||
584 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
585 | </Options> | ||
586 | </Configuration> | ||
587 | |||
588 | <ReferencePath>../../../../bin/</ReferencePath> | ||
589 | <Reference name="System"/> | ||
590 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
591 | <Reference name="Nini" path="../../../../bin/"/> | ||
592 | <Reference name="OpenSim.Framework"/> | ||
593 | <Reference name="OpenSim.Framework.Console"/> | ||
594 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
595 | <Reference name="MonoXnaCompactMaths" path="../../../../bin/"/> | ||
596 | <Reference name="Modified.XnaDevRu.BulletX" path="../../../../bin/"/> | ||
597 | <Reference name="log4net" path="../../../../bin/"/> | ||
598 | |||
599 | <Files> | ||
600 | <Match pattern="*.cs" recurse="true"/> | ||
601 | </Files> | ||
602 | </Project> | ||
603 | |||
604 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 576 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
605 | <Configuration name="Debug"> | 577 | <Configuration name="Debug"> |
606 | <Options> | 578 | <Options> |
@@ -690,34 +662,6 @@ | |||
690 | </Files> | 662 | </Files> |
691 | </Project> | 663 | </Project> |
692 | 664 | ||
693 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library"> | ||
694 | <Configuration name="Debug"> | ||
695 | <Options> | ||
696 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
697 | </Options> | ||
698 | </Configuration> | ||
699 | <Configuration name="Release"> | ||
700 | <Options> | ||
701 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
702 | </Options> | ||
703 | </Configuration> | ||
704 | |||
705 | <ReferencePath>../../../../bin/</ReferencePath> | ||
706 | <Reference name="System"/> | ||
707 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
708 | <Reference name="Nini" path="../../../../bin/"/> | ||
709 | <Reference name="OpenSim.Framework"/> | ||
710 | <Reference name="OpenSim.Framework.Console"/> | ||
711 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
712 | <Reference name="BulletDotNET" path="../../../../bin/"/> | ||
713 | <Reference name="nunit.framework" path="../../../../bin/"/> | ||
714 | <Reference name="log4net" path="../../../../bin/"/> | ||
715 | |||
716 | <Files> | ||
717 | <Match pattern="*.cs" recurse="true"/> | ||
718 | </Files> | ||
719 | </Project> | ||
720 | |||
721 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 665 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
722 | <Configuration name="Debug"> | 666 | <Configuration name="Debug"> |
723 | <Options> | 667 | <Options> |