Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
447:4fc5f13f3bd3 | 448:3078fd1074e8 |
---|---|
1 This directory contains the source for the setup program for the | |
2 XEmacs net releases. | |
3 | |
4 This code has been adapted from the cygwin net release installer. In | |
5 particular note that the cygwin net release installer is actively | |
6 maintained and therefore we will want to incorporate improvements from | |
7 that. I have therefore tried to use the cygwin way wherever | |
8 possible. I have however cleaned up the code somewhat so that there | |
9 are not billions of warnings. | |
10 | |
11 This program should get built as part of the standard XEmacs | |
12 make. Note however that if you use trhe cygwin build you will need a | |
13 NON CYGWIN VERSION OF ZLIB. | |
14 | |
15 New files: | |
16 regedit.cc: | |
17 regedit.h | |
18 reginfo.h | |
19 Makefile.in.in: | |
20 | |
21 Deleted files: | |
22 mount.cc: moved to regedit.cc | |
23 mount.h: moved to regedit.h |