annotate netinstall/README.xemacs @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents
children 3d3049ae1304
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
1 This directory contains the source for the setup program for the
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
2 XEmacs net releases.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
3
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
4 This code has been adapted from the cygwin net release installer. In
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
5 particular note that the cygwin net release installer is actively
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
6 maintained and therefore we will want to incorporate improvements from
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
7 that. I have therefore tried to use the cygwin way wherever
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
8 possible. I have however cleaned up the code somewhat so that there
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
9 are not billions of warnings.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
11 This program should get built as part of the standard XEmacs
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
12 make. Note however that if you use trhe cygwin build you will need a
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
13 NON CYGWIN VERSION OF ZLIB.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
14
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
15 New files:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
16 regedit.cc:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
17 regedit.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
18 reginfo.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
19 Makefile.in.in:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
21 Deleted files:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
22 mount.cc: moved to regedit.cc
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
23 mount.h: moved to regedit.h