summaryrefslogtreecommitdiff
path: root/indra/cmake/Copy3rdPartyLibs.cmake
AgeCommit message (Collapse)Author
2010-09-13Include libexpat.so.1 in the list of libs to copy.Christian Goetze (CG)
2010-08-19VWR-20809 (SNOW-504) Do not depend on stage_thirds_party_libs for a ↵Aimee Linden
standalone build.
2010-05-26VPLAT-268: Update Mac for relative-path libexception_handler.dylibNat Goodspeed
Also add the dylib to Copy3rdPartyLibs.cmake so unit tests can find it.
2010-05-21VPLAT-237 Linux client library package for google_breakpad.brad kittenbrink
2009-12-08DEV-43896 solve render-pipeline linux mesh gzopen64 problemTofu Linden
I'm committing here instead of to render-pipeline because this seems like a change that it makes sense to give a workout in trunk.
2009-12-02Removed libtcmalloc_minimal.dll from the default build.Mark Palange (Mani)
Reviewed by Palmer
2009-11-23re-upgrade to vivox v3 sdk here.Tofu Linden
2009-11-20Fix for errors with integration tests failing to find libcrypto.so.0.9.7brad kittenbrink
2009-11-10Fix for mac failure in apr shared lib staging (Part of DEV-41724)brad kittenbrink
2009-11-06Changed copy of libuuid.so to libuuid.so.1palange@eniac62.lindenlab.com
2009-11-03Continuing work on DEV-41724/DEV-41725 normalizing shared lib staging.brad kittenbrink
It's basically working on linux.
2009-11-02Implemented linux staging for DEV-41722 normalizing shared lib staging.brad kittenbrink
2009-11-02Implemented mac staging for DEV-41722 normalizing shared lib staging.brad kittenbrink
also added a bunch of comments.
2009-10-30continuing work on DEV-41722 normalizing shared lib staging. fixed copy/pastebrad kittenbrink
error in the last commit(f5da14574943).
2009-10-30continuing work on DEV-41722 normalizing shared lib staging.brad kittenbrink
started factoring out copying into common section while file lists are initialized above in platform specific sections.
2009-10-26More work for DEV-41722 normalizing shared lib staging on all 3 platforms.brad kittenbrink
Started refactoring Copy3rdPartyLibs.cmake to use common commands with platform specific variables.
2009-10-26Beginning work for DEV-41722 normalizing shared lib staging on all 3 ↵brad kittenbrink
platforms. Renamed CopyWinLibs.cmake to Copy3rdPartyLibs.cmake.