aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opensim.build
diff options
context:
space:
mode:
authorgareth2007-02-28 17:01:25 +0000
committergareth2007-02-28 17:01:25 +0000
commitb9f7e6c69f47ecdd5b24013e892d850764a67f49 (patch)
tree3d67139111de513265ecd9c09da862b6e85a9552 /opensim.build
parentImported MW's terrain encoder/decoder (diff)
downloadopensim-SC_OLD-b9f7e6c69f47ecdd5b24013e892d850764a67f49.zip
opensim-SC_OLD-b9f7e6c69f47ecdd5b24013e892d850764a67f49.tar.gz
opensim-SC_OLD-b9f7e6c69f47ecdd5b24013e892d850764a67f49.tar.bz2
opensim-SC_OLD-b9f7e6c69f47ecdd5b24013e892d850764a67f49.tar.xz
Got LayerData working, need asset management to get the avatar to display
Diffstat (limited to 'opensim.build')
-rw-r--r--opensim.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/opensim.build b/opensim.build
index d91e748..e2bf633 100644
--- a/opensim.build
+++ b/opensim.build
@@ -37,7 +37,7 @@
37 <attribute type="AssemblyCopyrightAttribute" value="Copyright © OGS development team 2007"/> 37 <attribute type="AssemblyCopyrightAttribute" value="Copyright © OGS development team 2007"/>
38 </attributes> 38 </attributes>
39 </asminfo> 39 </asminfo>
40 <csc target="exe" output="bin/OpenSim.exe" debug="${debug}" verbose="true"> 40 <csc target="exe" output="bin/OpenSim.exe" debug="${debug}" verbose="true" warninglevel="4">
41 <references basedir="bin/" failonempty="true"> 41 <references basedir="bin/" failonempty="true">
42 <include name="System" /> 42 <include name="System" />
43 <include name="System.Data" /> 43 <include name="System.Data" />