aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-02fix libjpeg linking on Mac OSNemurimasu Neiro1-1/+5
my custom builds were linking against /usr/local/lib/libjpeg.8.dylib and causing a version mismatch error when trying to use JPEGs
2010-09-01pull boost 1.39 from LL for Linux32, add boost system and boost filesystem ↵Armin Weatherwax1-1/+6
to cmake
2010-08-30added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski5-0/+140
modularsystems.sl should be changed!
2010-08-28Added AAC decoding to GStreamer for WindowsMcCabe Maxsted1-0/+4
2010-08-26Added AAC decoding to GStreamer for WindowsMcCabe Maxsted1-0/+4
2010-08-26Updated windows version of openal-soft to 1.12.854McCabe Maxsted1-2/+2
2010-08-26Re-added voice in CopyWinLibs.cmake and viewer_manifest.pyMcCabe Maxsted1-0/+33
2010-08-21Updated windows version of openal-soft to 1.12.854McCabe Maxsted1-2/+2
2010-08-12Re-added voice in CopyWinLibs.cmake and viewer_manifest.pyMcCabe Maxsted1-0/+33
2010-06-26Fixed cmake not finding Mac libxml2 and libpng12.Jacek Antonelli2-14/+6
2010-06-19Made CMake find the viewer version in xmlMcCabe Maxsted1-1/+1
2010-04-29Use ${ARCH} instead of x86_64 in CMake.Armin Weatherwax1-3/+1
(Backported from aa251ea5) @nochangelog
2010-04-29Fix just another hardcoded path to Linux-i686.Armin Weatherwax1-0/+3
(Backported from 6d50eb4a) @nochangelog
2010-04-28Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax1-1/+3
(Backported from d057e71bc) @nochangelog
2010-03-13Reactivated libELFIO for Linux64 (it wasn't causing the crash).Armin Weatherwax2-4/+5
(Reverts part of commit 30945b74.)
2010-03-04Linux: de-obfuscate dbus handling; better handle_secondlifeprotocol.sh.Armin Weatherwax1-2/+2
2010-02-27Some changes to help linux64.Armin Weatherwax2-13/+30
* Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14).
2010-01-12Fixed 'Cannot generate a safe linker search path' CMake warning on WindowsMcCabe Maxsted1-6/+7
2010-01-09Fixed missing dbghelp.dll fileMcCabe Maxsted1-0/+4
2010-01-09Always include VS2005 redist in copy_win_libsMcCabe Maxsted1-85/+84
2010-01-08Fixed GStreamer missing libpng12-0.dll (TODO: update gstreamer)McCabe Maxsted1-0/+2
2010-01-03Use ${ARCH} instead of x86_64 in CMake.Armin Weatherwax1-3/+1
(Cherry picked by Jacek from f604a685)
2010-01-03Fix just another hardcoded path to Linux-i686.Armin Weatherwax1-0/+3
(Cherry picked by Jacek from 2e96ac24)
2010-01-03Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax1-1/+3
(Cherry picked by Jacek from 13412855)
2009-12-06Added Imprudence VC80 .config files to the repoMcCabe Maxsted1-4/+4
2009-12-06Forgot to remove the debug entry for libpng12-0.dll from CopyWinLibs.cmakeMcCabe Maxsted1-1/+0
2009-12-06Moved the viewer artwork to its own CMake fileMcCabe Maxsted2-10/+14
2009-12-06Removed libpng12-0.dll from CopyWinLibs.cmakeMcCabe Maxsted1-1/+0
2009-12-06Made downloading the artwork work while using the --standalone flagMcCabe Maxsted2-3/+8
2009-12-06Added Imprudence viewer artwork to install.xmlMcCabe Maxsted1-0/+5
2009-12-06Removed VS2003 boost references from CMakeMcCabe Maxsted1-12/+2
2009-11-28Compile flag "-Wno-non-virtual-dtor" is for C++, not C.Jacek Antonelli1-2/+2
Fixes a warning when compiling Mac updater.
2009-11-18Added Linux package for liboil 0.3.16.Jacek Antonelli1-0/+1
It's needed by some GStreamer plugins.
2009-11-18Removed prepackaged libstdc++ (Linux only). Fixes VWR-12404.Jacek Antonelli1-1/+0
2009-11-18Silenced some compiler warnings on Linux.Jacek Antonelli1-7/+8
2009-11-15Fixed CMake setting errorsMcCabe Maxsted2-1/+3
2009-11-10Viewer compiles, but still trying to get everything to link on WindowsMcCabe Maxsted1-8/+18
2009-11-08Finally packaged up Mac libraries.Jacek Antonelli4-7/+9
flac, glib, gstreamer, gstreamer-plugins, jpeg-6b, liboil, libpng, libxml, neon, ogg-vorbis, openal, thoera.
2009-11-03Second Life viewer sources 1.23.5Jacek Antonelli1-1/+47
2009-11-03Created our own Linux freetype package, 2.3.11.Jacek Antonelli1-1/+0
2009-10-18Updated and added some Linux libs.Jacek Antonelli2-8/+14
Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml Added: gstreamer-plugins, theora
2009-10-09Updated and added some Linux libs.Jacek Antonelli2-8/+14
Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml Added: gstreamer-plugins, theora
2009-09-26Removed overridden /oy compiler optionMcCabe Maxsted1-1/+1
2009-09-25Fixed Windows using wrong GStreamer library namesMcCabe Maxsted1-17/+17
2009-09-25Removed problematic /MP flagMcCabe Maxsted1-16/+7
2009-09-15Applied patch by Robin Cornelius for VWR-11128 - Python not always detected ↵McCabe Maxsted1-0/+4
by develop.py
2009-09-04Updated GStreamer and Zlib windows libsMcCabe Maxsted1-0/+8
2009-08-29Fixed CMake not finding GLib on windowsMcCabe Maxsted1-0/+1
2009-08-29Fixed OpenAL CMake errorMcCabe Maxsted1-1/+2
2009-06-08Restored zlib1.dll (not a bad entry)McCabe Maxsted1-2/+4