Sam Lantinga
05f9cca4a3
Default to build SDL without MSVCRT
2006-02-08 08:55:33 +00:00
Sam Lantinga
b0e5472b68
Fixes for Visual C++ 6.0
2006-02-07 18:36:54 +00:00
Sam Lantinga
e28c454fca
*** empty log message ***
2006-02-07 17:46:19 +00:00
Sam Lantinga
d72a9898ed
Configure dynamically generates SDL_config.h
...
I'm still wrestling with autoheader, but this should work for now...
Fixed lots of build problems with C library support disabled
2006-02-07 12:11:33 +00:00
Sam Lantinga
1e037cc218
Removed uses of stdlib.h and string.h
2006-02-07 09:29:18 +00:00
Sam Lantinga
c7319385b8
Don't touch code that we brought in from other sources
2006-02-07 07:03:29 +00:00
Sam Lantinga
02cc6c0f11
Use SDL_ prefixed versions of C library functions.
...
FIXME:
Change #include <stdlib.h> to #include "SDL_stdlib.h"
Change #include <string.h> to #include "SDL_string.h"
Make sure nothing else broke because of this...
2006-02-07 06:59:48 +00:00
Sam Lantinga
dc67631a8a
*** empty log message ***
2006-02-06 08:58:44 +00:00
Sam Lantinga
f62242e296
A few fixes to get this building on Linux again
2006-02-06 08:46:14 +00:00
Sam Lantinga
82bfaee73a
It's now possible to build SDL without any C runtime at all on Windows,
...
using Visual C++ 2005
2006-02-06 08:28:51 +00:00