diff options
author | gareth | 2007-02-28 17:01:25 +0000 |
---|---|---|
committer | gareth | 2007-02-28 17:01:25 +0000 |
commit | b9f7e6c69f47ecdd5b24013e892d850764a67f49 (patch) | |
tree | 3d67139111de513265ecd9c09da862b6e85a9552 /opensim.build | |
parent | Imported MW's terrain encoder/decoder (diff) | |
download | opensim-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 '')
-rw-r--r-- | opensim.build | 2 |
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" /> |