diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-21 18:07:31 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-21 18:07:31 -0400 |
commit | ac40560782a61d95dacc492bd52ea3955206cb4b (patch) | |
tree | cd37f93193015d094cab9443b7571af04260a6d9 /autobuild.xml | |
parent | d9c7c925dac3441cd2a05d0055e009693af5b087 (diff) |
reversing the elimination of the stub build of convexdecomp, as we still need
the binary version, even with the full LL source being available. This is because
the binary package of the full version is not redistributable due to having the
havok binaries in it.
Diffstat (limited to 'autobuild.xml')
-rwxr-xr-x | autobuild.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 7d63aa9209..04b45ce5df 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -1143,6 +1143,54 @@ </map> </map> </map> + <key>llconvexdecompositionstub</key> + <map> + <key>license</key> + <string>lgpl</string> + <key>license_file</key> + <string>LICENSES/lgpl.txt</string> + <key>name</key> + <string>llconvexdecompositionstub</string> + <key>platforms</key> + <map> + <key>darwin</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>349fa0e287fb275bbee43ced194a1db1</string> + <key>url</key> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llconvexdecompositionstub-0.3-darwin-20101015.tar.bz2</string> + </map> + <key>name</key> + <string>darwin</string> + </map> + <key>linux</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>dbf4b15e74ce9042e8500720dffc461a</string> + <key>url</key> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llconvexdecompositionstub-0.3-linux-20101015a.tar.bz2</string> + </map> + <key>name</key> + <string>linux</string> + </map> + <key>windows</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>bba9a4dd04fda1b263f34448a044783b</string> + <key>url</key> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llconvexdecompositionstub-0.3-windows-20101015.tar.bz2</string> + </map> + <key>name</key> + <string>windows</string> + </map> + </map> + </map> <key>llqtwebkit</key> <map> <key>license</key> |