diff options
author | Teravus Ovares | 2008-05-09 01:28:54 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-09 01:28:54 +0000 |
commit | 7e275bfa371883778c3481ddd206ea627fb54cf9 (patch) | |
tree | a2786130896d7c1293921e28853c348702e5c554 /prebuild.xml | |
parent | * remove 2 warnings. (diff) | |
download | opensim-SC_OLD-7e275bfa371883778c3481ddd206ea627fb54cf9.zip opensim-SC_OLD-7e275bfa371883778c3481ddd206ea627fb54cf9.tar.gz opensim-SC_OLD-7e275bfa371883778c3481ddd206ea627fb54cf9.tar.bz2 opensim-SC_OLD-7e275bfa371883778c3481ddd206ea627fb54cf9.tar.xz |
* Wrote a method to get the OpenJpeg data of a sculpt texture asset and save it to the prim shape.
* Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 24fbb7f..a2390fb 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -627,6 +627,7 @@ | |||
627 | 627 | ||
628 | <ReferencePath>../../../../bin/</ReferencePath> | 628 | <ReferencePath>../../../../bin/</ReferencePath> |
629 | <Reference name="System" localCopy="false"/> | 629 | <Reference name="System" localCopy="false"/> |
630 | <Reference name="System.Drawing"/> | ||
630 | <Reference name="libsecondlife.dll"/> | 631 | <Reference name="libsecondlife.dll"/> |
631 | <Reference name="OpenSim.Framework"/> | 632 | <Reference name="OpenSim.Framework"/> |
632 | <Reference name="OpenSim.Framework.Console"/> | 633 | <Reference name="OpenSim.Framework.Console"/> |