summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorSimon Howard2009-06-07 01:59:49 +0000
committerSimon Howard2009-06-07 01:59:49 +0000
commitcd07b206fa4e7ffa30aa1ef2e8e138603171fc9e (patch)
tree61122521114e23b7077c24ad2fe23964e1e78ff1 /wince
parent61d40373640c0cabdaef4d4381ac5ae636fab642 (diff)
downloadchocolate-doom-cd07b206fa4e7ffa30aa1ef2e8e138603171fc9e.tar.gz
chocolate-doom-cd07b206fa4e7ffa30aa1ef2e8e138603171fc9e.tar.bz2
chocolate-doom-cd07b206fa4e7ffa30aa1ef2e8e138603171fc9e.zip
Add README file for Windows CE library.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1562
Diffstat (limited to 'wince')
-rw-r--r--wince/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/wince/README b/wince/README
new file mode 100644
index 00000000..76f282f4
--- /dev/null
+++ b/wince/README
@@ -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.
+