Added Ben Henning's GSoC2013 work: premake build system.

This commit is contained in:
Ryan C. Gordon
2013-11-10 00:38:37 -05:00
parent 5206975778
commit 92b12812ac
473 changed files with 89151 additions and 1 deletions

View File

@@ -29,7 +29,9 @@
*/
/* Add any platform that doesn't build using the configure system. */
#if defined(__WIN32__)
#ifdef USING_PREMAKE_CONFIG_H
#include "SDL_config_premake.h"
#elif defined(__WIN32__)
#include "SDL_config_windows.h"
#elif defined(__MACOSX__)
#include "SDL_config_macosx.h"