diff options
author | Justin Clark-Casey (justincc) | 2012-02-21 01:45:17 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-21 01:45:17 +0000 |
commit | 19d271d3fc96360e3c2b0889ef0a2e1f97f25fe7 (patch) | |
tree | 644f67b742b2d334e4cc8487c837b5e7ab4cc656 /prebuild.xml | |
parent | Amend to last commit: synchronize access to queues. (diff) | |
download | opensim-SC_OLD-19d271d3fc96360e3c2b0889ef0a2e1f97f25fe7.zip opensim-SC_OLD-19d271d3fc96360e3c2b0889ef0a2e1f97f25fe7.tar.gz opensim-SC_OLD-19d271d3fc96360e3c2b0889ef0a2e1f97f25fe7.tar.bz2 opensim-SC_OLD-19d271d3fc96360e3c2b0889ef0a2e1f97f25fe7.tar.xz |
Remove PhysXPlugin and wrappers.
In over 4 years this never progressed beyond an unimplemented stub.
This doesn't mean that it can't come back if someone is interested in implementing PhysX support.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/prebuild.xml b/prebuild.xml index 54f42f4..79814ac 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -521,31 +521,6 @@ | |||
521 | </Files> | 521 | </Files> |
522 | </Project> | 522 | </Project> |
523 | 523 | ||
524 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library"> | ||
525 | <Configuration name="Debug"> | ||
526 | <Options> | ||
527 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
528 | </Options> | ||
529 | </Configuration> | ||
530 | <Configuration name="Release"> | ||
531 | <Options> | ||
532 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
533 | </Options> | ||
534 | </Configuration> | ||
535 | |||
536 | <ReferencePath>../../../../bin/</ReferencePath> | ||
537 | <Reference name="System"/> | ||
538 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
539 | <Reference name="Nini" path="../../../../bin/"/> | ||
540 | <Reference name="PhysX_Wrapper_Dotnet" path="../../../../bin/"/> | ||
541 | <Reference name="OpenSim.Framework"/> | ||
542 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
543 | <Reference name="log4net" path="../../../../bin/"/> | ||
544 | <Files> | ||
545 | <Match pattern="*.cs" recurse="true"/> | ||
546 | </Files> | ||
547 | </Project> | ||
548 | |||
549 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 524 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> |
550 | <Configuration name="Debug"> | 525 | <Configuration name="Debug"> |
551 | <Options> | 526 | <Options> |