diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-21 18:14:56 -0400 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-21 18:14:56 -0400 | 
| commit | e39d6169994936d2b5b4b260e8acf55070e58402 (patch) | |
| tree | 495bf245a5793a7a04b5e0ea10b367538880b4e8 | |
| parent | dd0d5ffaa07d48ea6e3bdef34cb71d1527e90ab3 (diff) | |
SH-329 WIP get mesh branch ready for opensource
adding windows convex decomp stub library.
| -rw-r--r-- | install.xml | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/install.xml b/install.xml index bb9f6be47d..af34f99843 100644 --- a/install.xml +++ b/install.xml @@ -1088,6 +1088,13 @@ anguage Infrstructure (CLI) international standard</string>          <string>lgpl</string>          <key>packages</key>          <map> +          <key>windows</key> +          <map> +            <key>md5sum</key> +            <string>bba9a4dd04fda1b263f34448a044783b</string> +            <key>url</key> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llconvexdecompositionstub-0.3-windows-20101015.tar.bz2</uri> +          </map>            <key>darwin</key>            <map>              <key>md5sum</key> | 
