aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMike Mazur2008-08-06 01:34:50 +0000
committerMike Mazur2008-08-06 01:34:50 +0000
commitf180fa57e7e6e62c361fa978a86d3a6e48bb889d (patch)
tree7fc771fa090b4a6aebddda68c4dfd84970047166 /prebuild.xml
parentThanks, zaki, for a patch that embeds plugin manifest files into plugin dlls.... (diff)
downloadopensim-SC_OLD-f180fa57e7e6e62c361fa978a86d3a6e48bb889d.zip
opensim-SC_OLD-f180fa57e7e6e62c361fa978a86d3a6e48bb889d.tar.gz
opensim-SC_OLD-f180fa57e7e6e62c361fa978a86d3a6e48bb889d.tar.bz2
opensim-SC_OLD-f180fa57e7e6e62c361fa978a86d3a6e48bb889d.tar.xz
Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDP
client stack.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 400ec00..4cd6207 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -888,6 +888,42 @@
888 </Files> 888 </Files>
889 </Project> 889 </Project>
890 890
891 <Project name="OpenSim.Region.ClientStack.FunSLUDP" path="OpenSim/Region/ClientStack/FunSLUDP" type="Library">
892 <Configuration name="Debug">
893 <Options>
894 <OutputPath>../../../../bin/</OutputPath>
895 </Options>
896 </Configuration>
897 <Configuration name="Release">
898 <Options>
899 <OutputPath>../../../../bin/</OutputPath>
900 </Options>
901 </Configuration>
902
903 <ReferencePath>../../../../bin/</ReferencePath>
904 <Reference name="System" localCopy="false"/>
905 <Reference name="System.Xml"/>
906 <Reference name="libsecondlife.dll"/>
907 <Reference name="Axiom.MathLib.dll"/>
908 <Reference name="OpenSim.Region.Environment"/>
909 <Reference name="OpenSim.Framework"/>
910 <Reference name="OpenSim.Data"/>
911 <Reference name="OpenSim.Framework.Servers"/>
912 <Reference name="OpenSim.Framework.Console"/>
913 <Reference name="OpenSim.Framework.Communications"/>
914 <Reference name="OpenSim.Framework.Statistics"/>
915 <Reference name="OpenSim.Region.ClientStack"/>
916 <Reference name="OpenSim.Region.Communications.Local"/>
917 <Reference name="OpenSim.Region.Physics.Manager"/>
918 <Reference name="XMLRPC.dll"/>
919 <Reference name="Nini.dll" />
920 <Reference name="log4net.dll"/>
921
922 <Files>
923 <Match pattern="*.cs" recurse="true"/>
924 </Files>
925 </Project>
926
891 <!-- Datastore Plugins --> 927 <!-- Datastore Plugins -->
892 <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 928 <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
893 <Configuration name="Debug"> 929 <Configuration name="Debug">