Add README file for Windows CE library.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1562
This commit is contained in:
Simon Howard 2009-06-07 01:59:49 +00:00
parent 61d4037364
commit cd07b206fa

8
wince/README Normal file
View file

@ -0,0 +1,8 @@
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.