aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-26 18:04:35 +0000
committerJustin Clarke Casey2009-03-26 18:04:35 +0000
commit152b02c83208a9f4dc74df55d0de27caf5571db7 (patch)
treec014618e6d3623636434b28685c6f7205eab5db1 /prebuild.xml
parent* Add missing '.dll' to Serialization OpenMetaverse use to fix windows build ... (diff)
downloadopensim-SC_OLD-152b02c83208a9f4dc74df55d0de27caf5571db7.zip
opensim-SC_OLD-152b02c83208a9f4dc74df55d0de27caf5571db7.tar.gz
opensim-SC_OLD-152b02c83208a9f4dc74df55d0de27caf5571db7.tar.bz2
opensim-SC_OLD-152b02c83208a9f4dc74df55d0de27caf5571db7.tar.xz
* Ooops, wasn't that - it was the lack of a Types reference isntead
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 33267e2..9f64159 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -122,6 +122,7 @@
122 <Reference name="System.Xml"/> 122 <Reference name="System.Xml"/>
123 <Reference name="log4net.dll"/> 123 <Reference name="log4net.dll"/>
124 <Reference name="OpenMetaverse.dll" /> 124 <Reference name="OpenMetaverse.dll" />
125 <Reference name="OpenMetaverseTypes.dll"/>
125 <Reference name="OpenSim.Framework"/> 126 <Reference name="OpenSim.Framework"/>
126 127
127 <Files> 128 <Files>