mutter/build
Chun-wei Fan 2e0989bbaf Visual Studio Builds: Avoid Implicit Link to SDL
Cogl, when built with the SDL winsys, includes the SDL headers in its
headers, which causes main() to be defined to SDL's main() wrapper on
Windows, which means that SDL2.lib and SDL2main.lib need to be linked to
every single program that links to Cogl with the SDL winsys.

Avoid this behavior by defining SDL_MAIN_HANDLED in the CFLAGS of the
sample and test programs, and let people know that this is the case.
2014-04-17 10:33:55 +08:00
..
autotools Build a .xz file on release instead of a .bzip2 file 2013-09-23 18:22:32 +01:00
mingw mingw: Try adding a -w64 suffix when searching for a suitable compiler 2014-03-21 17:38:32 +00:00
win32 Visual Studio Builds: Avoid Implicit Link to SDL 2014-04-17 10:33:55 +08:00
Makefile-msvcproj.mak Add Autotools Items to Complete the Cogl-Path MSVC Projects 2013-09-02 16:22:08 +01:00
Makefile.am VS 2008/2010 project files to build Cogl 2011-11-25 13:12:45 +00:00