diff options
author | mingchen | 2007-06-27 17:12:32 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 17:12:32 +0000 |
commit | fe120533efd0ec6b2248d96b9a1f8b7637c5dadd (patch) | |
tree | 2da9d7a0b0cce8caae8a49d40bc274506d36f6d3 /prebuild.xml | |
parent | *Ran prebuild (diff) | |
download | opensim-SC_OLD-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.zip opensim-SC_OLD-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.tar.gz opensim-SC_OLD-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.tar.bz2 opensim-SC_OLD-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.tar.xz |
*Updated prebuild.xml and ran prebuild again
*Removed .user, .suo, and unneccessary files in /bin/Physics/
*OpenSim.sln should compile with nant and on windows now
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/prebuild.xml b/prebuild.xml index c20be88..efd114d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -494,19 +494,19 @@ | |||
494 | </Files> | 494 | </Files> |
495 | </Project> | 495 | </Project> |
496 | 496 | ||
497 | <Project name="OpenSim.Framework.Communications.OGS1" path="OpenSim/Framework/Communications.OGS1" type="Library"> | 497 | <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library"> |
498 | <Configuration name="Debug"> | 498 | <Configuration name="Debug"> |
499 | <Options> | 499 | <Options> |
500 | <OutputPath>../../../bin/</OutputPath> | 500 | <OutputPath>../../../../bin/</OutputPath> |
501 | </Options> | 501 | </Options> |
502 | </Configuration> | 502 | </Configuration> |
503 | <Configuration name="Release"> | 503 | <Configuration name="Release"> |
504 | <Options> | 504 | <Options> |
505 | <OutputPath>../../../bin/</OutputPath> | 505 | <OutputPath>../../../../bin/</OutputPath> |
506 | </Options> | 506 | </Options> |
507 | </Configuration> | 507 | </Configuration> |
508 | 508 | ||
509 | <ReferencePath>../../../bin/</ReferencePath> | 509 | <ReferencePath>../../../../bin/</ReferencePath> |
510 | <Reference name="System"/> | 510 | <Reference name="System"/> |
511 | <Reference name="System.Xml"/> | 511 | <Reference name="System.Xml"/> |
512 | <Reference name="System.Data"/> | 512 | <Reference name="System.Data"/> |
@@ -524,19 +524,19 @@ | |||
524 | </Files> | 524 | </Files> |
525 | </Project> | 525 | </Project> |
526 | 526 | ||
527 | <Project name="OpenSim.Region.LocalCommunications" path="OpenSim/Region/LocalCommunications" type="Library"> | 527 | <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library"> |
528 | <Configuration name="Debug"> | 528 | <Configuration name="Debug"> |
529 | <Options> | 529 | <Options> |
530 | <OutputPath>../../../bin/</OutputPath> | 530 | <OutputPath>../../../../bin/</OutputPath> |
531 | </Options> | 531 | </Options> |
532 | </Configuration> | 532 | </Configuration> |
533 | <Configuration name="Release"> | 533 | <Configuration name="Release"> |
534 | <Options> | 534 | <Options> |
535 | <OutputPath>../../../bin/</OutputPath> | 535 | <OutputPath>../../../../bin/</OutputPath> |
536 | </Options> | 536 | </Options> |
537 | </Configuration> | 537 | </Configuration> |
538 | 538 | ||
539 | <ReferencePath>../../../bin/</ReferencePath> | 539 | <ReferencePath>../../../../bin/</ReferencePath> |
540 | <Reference name="System"/> | 540 | <Reference name="System"/> |
541 | <Reference name="System.Xml"/> | 541 | <Reference name="System.Xml"/> |
542 | <Reference name="OpenSim.Framework.Communications"/> | 542 | <Reference name="OpenSim.Framework.Communications"/> |
@@ -645,11 +645,11 @@ | |||
645 | <Reference name="OpenSim.Region.ClientStack"/> | 645 | <Reference name="OpenSim.Region.ClientStack"/> |
646 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> | 646 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
647 | <Reference name="OpenSim.Framework.Communications"/> | 647 | <Reference name="OpenSim.Framework.Communications"/> |
648 | <Reference name="OpenSim.Framework.Communications.OGS1"/> | 648 | <Reference name="OpenSim.Region.Communications.OGS1"/> |
649 | <Reference name="OpenSim.Region.Caches"/> | 649 | <Reference name="OpenSim.Region.Caches"/> |
650 | <Reference name="XMLRPC.dll"/> | 650 | <Reference name="XMLRPC.dll"/> |
651 | <Reference name="OpenSim.Framework.UserManagement" /> | 651 | <Reference name="OpenSim.Framework.UserManagement" /> |
652 | <Reference name="OpenSim.Region.LocalCommunications"/> | 652 | <Reference name="OpenSim.Region.Communications.Local"/> |
653 | 653 | ||
654 | <Files> | 654 | <Files> |
655 | <Match pattern="*.cs" recurse="true"/> | 655 | <Match pattern="*.cs" recurse="true"/> |
@@ -681,9 +681,9 @@ | |||
681 | <Reference name="OpenSim.Framework"/> | 681 | <Reference name="OpenSim.Framework"/> |
682 | <Reference name="XMLRPC.dll"/> | 682 | <Reference name="XMLRPC.dll"/> |
683 | <Reference name="OpenSim.Region.GridInterfaces.Local"/> | 683 | <Reference name="OpenSim.Region.GridInterfaces.Local"/> |
684 | <Reference name="OpenSim.Servers"/> | 684 | <Reference name="OpenSim.Framework.Servers"/> |
685 | <Reference name="OpenSim.Framework.Communications"/> | 685 | <Reference name="OpenSim.Framework.Communications"/> |
686 | <Reference name="OpenSim.Region.LocalCommunications"/> | 686 | <Reference name="OpenSim.Region.Communications.Local"/> |
687 | <Reference name="OpenSim.Region.Caches"/> | 687 | <Reference name="OpenSim.Region.Caches"/> |
688 | <Reference name="OpenSim.Region.ClientStack"/> | 688 | <Reference name="OpenSim.Region.ClientStack"/> |
689 | <Reference name="OpenSim.Region.Simulation"/> | 689 | <Reference name="OpenSim.Region.Simulation"/> |