fruitjam-doom/wince
Simon Howard a9e2d244a5 Add tags files to svn:ignore properties.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1828
2010-01-27 19:16:26 +00:00
..
.gitignore Add tags files to svn:ignore properties. 2010-01-27 19:16:26 +00:00
dummy.c Fix compilation under MacOS X. 2009-09-07 19:43:04 +00:00
env.c Remove debug messages. 2009-06-12 17:58:42 +00:00
env.h Declare getenv/putenv on Windows CE for recent SDL versions that do not 2009-06-11 18:18:12 +00:00
errno.c Add Windows CE implementations of some ANSI C functions that are 2009-06-07 00:56:23 +00:00
errno.h Add libc_wince.h header, and EISDIR error value. 2009-06-07 01:27:58 +00:00
fileops.c Add Windows CE implementations of some ANSI C functions that are 2009-06-07 00:56:23 +00:00
fileops.h Add Windows CE implementations of some ANSI C functions that are 2009-06-07 00:56:23 +00:00
libc_wince.h Add libc_wince.h header, and EISDIR error value. 2009-06-07 01:27:58 +00:00
Makefile.am Add other missing files to dist. 2009-11-29 22:50:17 +00:00
README Add README file for Windows CE library. 2009-06-07 01:59:49 +00:00

Windows CE is a horribly crippled operating system.  The poor thing doesn't
even include a complete implementation of the ANSI standard C library.  This
is a mini-library called libc_wince that implements some of the missing
library functions.  I've only implemented those necessary to get Chocolate
Doom to compile.

On non-Windows CE platforms it is just built as an empty library.