dolphin/Externals/SOIL
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
..
SOIL Hopefully fix Windows build. 2010-06-16 14:55:21 +00:00
CMakeLists.txt Linux build fix. 2011-01-31 02:13:10 +00:00
image_DXT.c Hg: 2010-06-09 01:37:08 +00:00
image_DXT.h Hg: 2010-06-09 01:37:08 +00:00
image_helper.c Hg: 2010-06-09 01:37:08 +00:00
image_helper.h Hg: 2010-06-09 01:37:08 +00:00
SConscript In the SCons build, skip the generation of static libraries 2011-02-04 00:46:56 +00:00
SOIL.c Stub out glGetError() calls from the release build of the OpenGL plug-in (found by ector, code by LordMark). Gives a speed-up in the OpenGL plug-in. 2010-08-03 10:48:49 +00:00
SOIL.h Meta: 2010-06-02 18:00:22 +00:00
SOIL.vcproj include the MP compiler option, which will allow for faster compiling + some minorly stuff :p 2010-07-16 09:22:53 +00:00
SOIL.vcxproj vs2010: 2011-01-31 15:53:54 +00:00
stb_image_aug.c Avoid always-true and signed/unsigned comparisons. 2010-07-31 19:06:44 +00:00
stb_image_aug.h Hg: 2010-06-09 01:37:08 +00:00
stbi_DDS_aug.h Hg: 2010-06-09 01:37:08 +00:00
stbi_DDS_aug_c.h Avoid always-true and signed/unsigned comparisons. 2010-07-31 19:06:44 +00:00