diff options
author | lbsa71 | 2007-09-27 13:25:45 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-27 13:25:45 +0000 |
commit | 8143c597fc5f62ec0d931d2d5b887730e06aec04 (patch) | |
tree | ae67873a5f801b2b7bdf9a7b088db98beb97b5ac /prebuild.xml | |
parent | Terrain: (diff) | |
download | opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.zip opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.tar.gz opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.tar.bz2 opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.tar.xz |
* Tleiades grid mode inventory (#444) - thanx Tleiades!
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index bbd403c..4222832 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -823,6 +823,38 @@ | |||
823 | <Reference name="OpenSim.Framework"/> | 823 | <Reference name="OpenSim.Framework"/> |
824 | <Reference name="OpenSim.Framework.Console"/> | 824 | <Reference name="OpenSim.Framework.Console"/> |
825 | <Reference name="OpenSim.Framework.Communications"/> | 825 | <Reference name="OpenSim.Framework.Communications"/> |
826 | <Reference name="OpenSim.Region.Communications.OGS1"/> | ||
827 | <Reference name="OpenSim.Framework.Data"/> | ||
828 | <Reference name="OpenSim.Framework.Servers"/> | ||
829 | <Reference name="libsecondlife.dll"/> | ||
830 | <Reference name="Db4objects.Db4o.dll"/> | ||
831 | <Reference name="XMLRPC.dll"/> | ||
832 | |||
833 | <Files> | ||
834 | <Match pattern="*.cs" recurse="true"/> | ||
835 | </Files> | ||
836 | </Project> | ||
837 | |||
838 | <Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" type="Exe"> | ||
839 | <Configuration name="Debug"> | ||
840 | <Options> | ||
841 | <OutputPath>../../../bin/</OutputPath> | ||
842 | </Options> | ||
843 | </Configuration> | ||
844 | <Configuration name="Release"> | ||
845 | <Options> | ||
846 | <OutputPath>../../../bin/</OutputPath> | ||
847 | </Options> | ||
848 | </Configuration> | ||
849 | |||
850 | <ReferencePath>../../../bin/</ReferencePath> | ||
851 | <Reference name="System" localCopy="false"/> | ||
852 | <Reference name="System.Data" localCopy="false"/> | ||
853 | <Reference name="System.Xml" localCopy="false"/> | ||
854 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
855 | <Reference name="OpenSim.Framework"/> | ||
856 | <Reference name="OpenSim.Framework.Console"/> | ||
857 | <Reference name="OpenSim.Framework.Communications"/> | ||
826 | <Reference name="OpenSim.Framework.Data"/> | 858 | <Reference name="OpenSim.Framework.Data"/> |
827 | <Reference name="OpenSim.Framework.Servers"/> | 859 | <Reference name="OpenSim.Framework.Servers"/> |
828 | <Reference name="libsecondlife.dll"/> | 860 | <Reference name="libsecondlife.dll"/> |
@@ -981,3 +1013,7 @@ | |||
981 | </Prebuild> | 1013 | </Prebuild> |
982 | 1014 | ||
983 | 1015 | ||
1016 | |||
1017 | |||
1018 | |||
1019 | |||