aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-17Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning.Jacek Antonelli1-0/+0
"CMake Warning (dev) at CMakeLists.txt:36 (add_subdirectory): The source directory /home/jacek/imprudence/linden/indra/cmake does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it."
2010-09-17linux64: move cxx flags from external script into 00-Common.cmake for ↵Armin Weatherwax1-1/+17
transparency todo: do it less hacky
2010-09-16fix: 32bit libs for linux64 are not actually downloadedArmin Weatherwax1-2/+2
2010-09-16linux64: fetch 32 bit libraries required for voiceArmin Weatherwax1-0/+3
2010-09-16Added a fallback for CMake JPEG_LIBRARIES on Mac.Jacek Antonelli1-1/+4
2010-09-16fix 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-10Added fonts package to install.xml.Jacek Antonelli1-0/+2
Contains DejaVu Sans Condensed, Liberation Sans, and Vera Mono.
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-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