aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTeravus Ovares2008-10-17 01:59:43 +0000
committerTeravus Ovares2008-10-17 01:59:43 +0000
commitc26d0ebc1902663baff6eaffc5dc265c86d9f02a (patch)
tree6d0d3fad2a4e0e32c349a86b33d99a87ca5d7d2b /prebuild.xml
parentFixed (mono-)script handling for SL viewer 1.21: (diff)
downloadopensim-SC_OLD-c26d0ebc1902663baff6eaffc5dc265c86d9f02a.zip
opensim-SC_OLD-c26d0ebc1902663baff6eaffc5dc265c86d9f02a.tar.gz
opensim-SC_OLD-c26d0ebc1902663baff6eaffc5dc265c86d9f02a.tar.bz2
opensim-SC_OLD-c26d0ebc1902663baff6eaffc5dc265c86d9f02a.tar.xz
* Added missing dependencies that was causing build to fail in windows. Mono doesn't seem to care.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d447ecf..702fefa 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1959,6 +1959,7 @@
1959 <Reference name="System.Web" localCopy="false"/> 1959 <Reference name="System.Web" localCopy="false"/>
1960 <Reference name="System.Xml" localCopy="false"/> 1960 <Reference name="System.Xml" localCopy="false"/>
1961 <Reference name="OpenMetaverseTypes.dll"/> 1961 <Reference name="OpenMetaverseTypes.dll"/>
1962 <Reference name="OpenMetaverse.dll"/>
1962 <Reference name="OpenSim" /> 1963 <Reference name="OpenSim" />
1963 <Reference name="OpenSim.Framework"/> 1964 <Reference name="OpenSim.Framework"/>
1964 <Reference name="OpenSim.Framework.Communications"/> 1965 <Reference name="OpenSim.Framework.Communications"/>
@@ -1999,6 +2000,7 @@
1999 <Reference name="System.Xml" localCopy="false"/> 2000 <Reference name="System.Xml" localCopy="false"/>
2000 <Reference name="System.Runtime.Remoting" localCopy="false"/> 2001 <Reference name="System.Runtime.Remoting" localCopy="false"/>
2001 <Reference name="OpenMetaverseTypes.dll"/> 2002 <Reference name="OpenMetaverseTypes.dll"/>
2003 <Reference name="OpenMetaverse.dll"/>
2002 <Reference name="RAIL.dll"/> 2004 <Reference name="RAIL.dll"/>
2003 <Reference name="OpenSim.Framework"/> 2005 <Reference name="OpenSim.Framework"/>
2004 <Reference name="OpenSim.Framework.Console"/> 2006 <Reference name="OpenSim.Framework.Console"/>