diff options
author | mingchen | 2007-06-27 17:20:45 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 17:20:45 +0000 |
commit | 1dcc814b703771c4dd96592b73727db2b54028a3 (patch) | |
tree | 380bcc29a9bb5d476804614d99e1a8c2e35dbcbd /prebuild.xml | |
parent | *Updated prebuild.xml and ran prebuild again (diff) | |
download | opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.zip opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.tar.gz opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.tar.bz2 opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.tar.xz |
*More compile fixes (should be it on OpenSim.sln)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index efd114d..2488587 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -584,7 +584,7 @@ | |||
584 | 584 | ||
585 | 585 | ||
586 | 586 | ||
587 | <Project name="OpenSim.Region.Simulation" path="OpenSim/Region/Simulation" type="Library"> | 587 | <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Simulation" type="Library"> |
588 | <Configuration name="Debug"> | 588 | <Configuration name="Debug"> |
589 | <Options> | 589 | <Options> |
590 | <OutputPath>../../../bin/</OutputPath> | 590 | <OutputPath>../../../bin/</OutputPath> |
@@ -641,7 +641,7 @@ | |||
641 | <Reference name="OpenSim.Framework.Console"/> | 641 | <Reference name="OpenSim.Framework.Console"/> |
642 | <Reference name="OpenSim.Region.Physics.Manager"/> | 642 | <Reference name="OpenSim.Region.Physics.Manager"/> |
643 | <Reference name="OpenSim.Framework.Servers"/> | 643 | <Reference name="OpenSim.Framework.Servers"/> |
644 | <Reference name="OpenSim.Region.Simulation"/> | 644 | <Reference name="OpenSim.Region.Environment"/> |
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"/> |
@@ -686,7 +686,7 @@ | |||
686 | <Reference name="OpenSim.Region.Communications.Local"/> | 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.Environment"/> |
690 | 690 | ||
691 | 691 | ||
692 | <Files> | 692 | <Files> |