diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 12:27:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 12:27:58 +0000 |
commit | e4451f11212da7808d6d529c6c4d8710c99c039b (patch) | |
tree | c7ab8d56d7a3e4ece8852bfb6c7281c1a9e39aca /wince/README.compile | |
parent | f3513db0a4ed4cd0144027ac3ca0dd9a7257bbab (diff) | |
download | perl-e4451f11212da7808d6d529c6c4d8710c99c039b.tar.gz |
Strip CRs from the WinCE files. Now we need to
figure out in which CRs are really needed: probably
Makefile.ce and the README files, at least, probably
also the registry.bat.
p4raw-id: //depot/perl@11665
Diffstat (limited to 'wince/README.compile')
-rw-r--r-- | wince/README.compile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/wince/README.compile b/wince/README.compile index 0ab6b466ba..30c3d479aa 100644 --- a/wince/README.compile +++ b/wince/README.compile @@ -1,16 +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
-
+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 + |