Removed premake build system.

This commit is contained in:
Ryan C. Gordon 2016-11-03 11:10:52 -04:00
parent 7f4bb06484
commit 4fcf9fa0fc
473 changed files with 1 additions and 89155 deletions

View file

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