mutter/build/win32
Chun-wei Fan 20e619f8a6 Visual Studio Builds: Avoid Implicit Linking to SDL
Cogl, when built with the SDL winsys, will include the SDL headers when
Cogl-based programs are built, which causes the SDL's wrapper for main()
to be used on Windows, causing an implicit requirement that all Cogl-based
apps must link to SDL2.lib and SDL2main.lib.  Avoid this behavior by
defining SDL_MAIN_HANDLED in the CFLAGS of the sample and interactive test
programs
2014-04-17 10:53:24 +08:00
..
vs9 Visual Studio Builds: Avoid Implicit Linking to SDL 2014-04-17 10:53:24 +08:00
vs10 Visual Studio Builds: Avoid Implicit Linking to SDL 2014-04-17 10:53:24 +08:00
.gitignore build: Clean up the VS build rules 2011-11-18 15:12:45 +00:00
Makefile.am Update Visual C++ support 2011-10-06 13:00:26 +08:00