This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AUTHORS update.
[perl5.git] / wince / README.compile
1 Change config.ce. The makefile will automatically generate new
2 config.h.
3
4 To generate a new Config.pm, delete config.h or
5 touch config.ce.
6
7 The socket stuff has been rewritten so fds from ceio are used. This
8 makes it easy to use them as perl file handles.
9
10 Socket and IO dlls compiled. Seem to work.
11
12 The sequence for building a new target is:
13
14 make clean      # clean up
15 make all        # build for target
16