diff options
author | Teravus Ovares | 2009-04-10 23:32:29 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-04-10 23:32:29 +0000 |
commit | 881ab5412f641c673f04a848695b2112bf37cbd1 (patch) | |
tree | dc314b74f4bf5958b4a9b517620490feba0f16a2 /prebuild.xml | |
parent | * Adds Physical/Active Linkset support to BulletDotNETPlugin (diff) | |
download | opensim-SC_OLD-881ab5412f641c673f04a848695b2112bf37cbd1.zip opensim-SC_OLD-881ab5412f641c673f04a848695b2112bf37cbd1.tar.gz opensim-SC_OLD-881ab5412f641c673f04a848695b2112bf37cbd1.tar.bz2 opensim-SC_OLD-881ab5412f641c673f04a848695b2112bf37cbd1.tar.xz |
* Fixes missing meshing reference.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/prebuild.xml b/prebuild.xml index 067dc8d..2a1edbf 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -504,7 +504,9 @@ | |||
504 | </Files> | 504 | </Files> |
505 | </Project> | 505 | </Project> |
506 | 506 | ||
507 | <Project name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library"> | 507 | |
508 | |||
509 | <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | ||
508 | <Configuration name="Debug"> | 510 | <Configuration name="Debug"> |
509 | <Options> | 511 | <Options> |
510 | <OutputPath>../../../../bin/Physics/</OutputPath> | 512 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -518,13 +520,13 @@ | |||
518 | 520 | ||
519 | <ReferencePath>../../../../bin/</ReferencePath> | 521 | <ReferencePath>../../../../bin/</ReferencePath> |
520 | <Reference name="System"/> | 522 | <Reference name="System"/> |
523 | <Reference name="System.Drawing"/> | ||
521 | <Reference name="OpenMetaverseTypes.dll"/> | 524 | <Reference name="OpenMetaverseTypes.dll"/> |
525 | <Reference name="OpenMetaverse.dll"/> | ||
522 | <Reference name="Nini.dll" /> | 526 | <Reference name="Nini.dll" /> |
523 | <Reference name="OpenSim.Framework"/> | 527 | <Reference name="OpenSim.Framework"/> |
524 | <Reference name="OpenSim.Framework.Console"/> | 528 | <Reference name="OpenSim.Framework.Console"/> |
525 | <Reference name="OpenSim.Region.Physics.Manager"/> | 529 | <Reference name="OpenSim.Region.Physics.Manager"/> |
526 | <Reference name="BulletDotNET.dll" /> | ||
527 | <Reference name="nunit.framework.dll" /> | ||
528 | <Reference name="log4net.dll"/> | 530 | <Reference name="log4net.dll"/> |
529 | 531 | ||
530 | <Files> | 532 | <Files> |
@@ -532,7 +534,7 @@ | |||
532 | </Files> | 534 | </Files> |
533 | </Project> | 535 | </Project> |
534 | 536 | ||
535 | <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 537 | <Project name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library"> |
536 | <Configuration name="Debug"> | 538 | <Configuration name="Debug"> |
537 | <Options> | 539 | <Options> |
538 | <OutputPath>../../../../bin/Physics/</OutputPath> | 540 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -546,13 +548,14 @@ | |||
546 | 548 | ||
547 | <ReferencePath>../../../../bin/</ReferencePath> | 549 | <ReferencePath>../../../../bin/</ReferencePath> |
548 | <Reference name="System"/> | 550 | <Reference name="System"/> |
549 | <Reference name="System.Drawing"/> | ||
550 | <Reference name="OpenMetaverseTypes.dll"/> | 551 | <Reference name="OpenMetaverseTypes.dll"/> |
551 | <Reference name="OpenMetaverse.dll"/> | ||
552 | <Reference name="Nini.dll" /> | 552 | <Reference name="Nini.dll" /> |
553 | <Reference name="OpenSim.Framework"/> | 553 | <Reference name="OpenSim.Framework"/> |
554 | <Reference name="OpenSim.Framework.Console"/> | 554 | <Reference name="OpenSim.Framework.Console"/> |
555 | <Reference name="OpenSim.Region.Physics.Manager"/> | 555 | <Reference name="OpenSim.Region.Physics.Manager"/> |
556 | <Reference name="OpenSim.Region.Physics.Meshing"/> | ||
557 | <Reference name="BulletDotNET.dll" /> | ||
558 | <Reference name="nunit.framework.dll" /> | ||
556 | <Reference name="log4net.dll"/> | 559 | <Reference name="log4net.dll"/> |
557 | 560 | ||
558 | <Files> | 561 | <Files> |