diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-03-09 18:12:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-03-09 18:12:34 +0000 |
commit | 029e4603973a95a3e9c82de300598e14ccca6639 (patch) | |
tree | 5d5f5e3bebec59a2b4cbd6183f6e03d213363ad5 | |
parent | a3a44a5a78c7f55064e2a37aae519c394b66fd93 (diff) | |
download | emacs-029e4603973a95a3e9c82de300598e14ccca6639.tar.gz |
Say explicitly this is not for Cygwin.
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/INSTALL | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 918f0315ad3..3d5383fdc28 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2007-03-09 Richard Stallman <rms@gnu.org> + + * INSTALL: Say explicitly this is not for Cygwin. + 2007-03-03 Eli Zaretskii <eliz@gnu.org> * INSTALL: Add URL of another site with detailed build instructions. diff --git a/nt/INSTALL b/nt/INSTALL index 2e8349bb3f3..dc88bfd9975 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -11,6 +11,9 @@ native Windows binary of Emacs, for those who want to skip the complex explanations and ``just do it'': + Do not use this recipe with Cygwin. For building on Cygwin, + use the normal installation instructions, ../INSTALL. + 1. Change to the `nt' directory (the directory of this file): cd nt |