summaryrefslogtreecommitdiff
path: root/wince/README.compile
diff options
context:
space:
mode:
Diffstat (limited to 'wince/README.compile')
-rw-r--r--wince/README.compile16
1 files changed, 16 insertions, 0 deletions
diff --git a/wince/README.compile b/wince/README.compile
new file mode 100644
index 0000000000..0ab6b466ba
--- /dev/null
+++ b/wince/README.compile
@@ -0,0 +1,16 @@
+Change config.ce. The makefile will automatically generate new
+config.h.
+
+To generate a new Config.pm, delete config.h or
+touch config.ce.
+
+The socket stuff has been rewritten so fds from ceio are used. This
+makes it easy to use them as perl file handles.
+
+Socket and IO dlls compiled. Seem to work.
+
+The sequence for building a new target is:
+
+make clean # clean up
+make all # build for target
+