Mercurial > sdl-ios-xcode
changeset 2175:2590d4e5fb89
Warn Visual C++ users if they have a stale configure generated SDL_config.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 12 Jul 2007 03:14:49 +0000 |
parents | 8f37b91f2e3e |
children | cbe06fa842cd |
files | include/SDL_config.h.in |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_config.h.in Wed Jul 11 14:52:13 2007 +0000 +++ b/include/SDL_config.h.in Thu Jul 12 03:14:49 2007 +0000 @@ -28,6 +28,11 @@ /* General platform specific identifiers */ #include "SDL_platform.h" +/* Make sure that this isn't included by Visual C++ */ +#ifdef _MSC_VER +#error You should copy include/SDL_config.h.default to include/SDL_config.h +#endif + /* C language features */ #undef const #undef inline