Make sure that we use consistent configuration options on platforms like Windows so that command line builds and IDE builds have ABI compatibility.

Make sure we don't clobber SDL_revision.h when building from Mercurial

--HG--
rename : include/SDL_config.h.in => include/SDL_config_generated.h.in
This commit is contained in:
Sam Lantinga 2012-01-14 13:21:19 -05:00
parent db165a81bc
commit 9033bb050f
10 changed files with 40 additions and 21 deletions

View file

@ -18,6 +18,7 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#include "SDL.h"
#include "SDL_atomic.h"