aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-09 21:34:54 +0000
committerJustin Clarke Casey2008-10-09 21:34:54 +0000
commit5212a26d29aacc0146d0d8f78b1b650e4536f910 (patch)
treef7750a9264af446f7ae954cd76aa01539d21394d /prebuild.xml
parentSmall remote admin cleanups/additions (diff)
downloadopensim-SC_OLD-5212a26d29aacc0146d0d8f78b1b650e4536f910.zip
opensim-SC_OLD-5212a26d29aacc0146d0d8f78b1b650e4536f910.tar.gz
opensim-SC_OLD-5212a26d29aacc0146d0d8f78b1b650e4536f910.tar.bz2
opensim-SC_OLD-5212a26d29aacc0146d0d8f78b1b650e4536f910.tar.xz
* Fix broken build on Windows (repeat to self: must remember that .net on windows requires using references for null arguments)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f5a0c20..7a21f09 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -992,6 +992,9 @@
992 </Configuration> 992 </Configuration>
993 993
994 <ReferencePath>../../../../../bin/</ReferencePath> 994 <ReferencePath>../../../../../bin/</ReferencePath>
995 <Reference name="System.Net"/>
996 <Reference name="OpenSim.Framework"/>
997 <Reference name="OpenSim.Framework.Commmunications"/>
995 <Reference name="OpenSim.Region.ClientStack"/> 998 <Reference name="OpenSim.Region.ClientStack"/>
996 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> 999 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
997 <Reference name="nunit.framework.dll" /> 1000 <Reference name="nunit.framework.dll" />