Removed premake build system.

This commit is contained in:
Ryan C. Gordon
2016-11-03 11:10:52 -04:00
parent 0f83ae0fd9
commit 7e65d88f01
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"