dolphin/Externals/SDL
Soren Jorvang 6d70c14d12 In the SCons build, skip the generation of static libraries
and just operate on lists of object files instead.

This helps with LTO since LLVM/clang LTO is completely broken
by static libraries. It also helps identify symbol clashes
between components like the former plugins.

Many linkers also expect static libraries to form a strict DAG
which turns out be a difficult rule to uphold in practice,
especially since some of our platforms aren't picky about this.

LTO builds currently appears to crash at runtime because of
the static wx libs.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7056 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-04 00:46:56 +00:00
..
include Import SDL 1.2.14 and GLEW 1.5.4. 2010-06-15 23:31:13 +00:00
Include_1.2 Hg: 2010-06-09 01:37:08 +00:00
Include_1.3 Attempt to resolve the conflict between SDL/include and SDL/Include. 2010-06-16 01:14:18 +00:00
SDL Further *BSD portability. 2010-07-23 23:51:34 +00:00
src Silence some compiler warnings. 2010-08-01 16:14:35 +00:00
win32 revert sdl changes, part 1 2009-11-14 16:58:39 +00:00
x64 revert sdl changes, part 1 2009-11-14 16:58:39 +00:00
CMakeLists.txt Reestablish *BSD build using CMake. 2010-12-04 15:19:04 +00:00
SConscript In the SCons build, skip the generation of static libraries 2011-02-04 00:46:56 +00:00
SDL_config.h Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00