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
CommitLineData
e4451f11
JH
1Change config.ce. The makefile will automatically generate new
2config.h.
3
4To generate a new Config.pm, delete config.h or
5touch config.ce.
6
7The socket stuff has been rewritten so fds from ceio are used. This
8makes it easy to use them as perl file handles.
9
10Socket and IO dlls compiled. Seem to work.
11
12The sequence for building a new target is:
13
14make clean # clean up
15make all # build for target
16