It's now possible to build SDL without any C runtime at all on Windows,

using Visual C++ 2005
This commit is contained in:
Sam Lantinga
2006-02-06 08:28:51 +00:00
parent e2f752249e
commit 82bfaee73a
101 changed files with 8882 additions and 601 deletions

View File

@@ -20,11 +20,9 @@
slouken@libsdl.org
*/
#include <stdlib.h>
#include <stdio.h> /* For the definition of NULL */
#include "SDL_error.h"
#include "SDL_timer.h"
#include "SDL_stdlib.h"
#include "SDL_timer_c.h"
#include "SDL_mutex.h"
#include "SDL_systimer.h"

View File

@@ -20,7 +20,7 @@
slouken@libsdl.org
*/
#include <windows.h>
#include "SDL_windows.h"
#include <mmsystem.h>
#include "SDL_timer.h"

View File

@@ -20,7 +20,7 @@
slouken@libsdl.org
*/
#include <windows.h>
#include "SDL_windows.h"
#include <mmsystem.h>
#include "SDL_timer.h"