diff options
| author | Geoff Voelker | 1995-06-14 16:22:27 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-06-14 16:22:27 +0000 |
| commit | 851359de805f0eb3a15892b6417a178933c8f325 (patch) | |
| tree | aff9342b392c7ac3861d775eb3cf1035f229e73e | |
| parent | 06d7dff28f565c8da149bf62720baf3f91355969 (diff) | |
| download | emacs-851359de805f0eb3a15892b6417a178933c8f325.tar.gz emacs-851359de805f0eb3a15892b6417a178933c8f325.zip | |
*** empty log message ***
| -rw-r--r-- | nt/install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/install b/nt/install index d26b0743031..7b96f12bcbd 100644 --- a/nt/install +++ b/nt/install | |||
| @@ -11,6 +11,8 @@ Configuring: | |||
| 11 | to reflect the compiler package that you are using. You should no | 11 | to reflect the compiler package that you are using. You should no |
| 12 | longer have to do this if you have defined the INCLUDE and LIB | 12 | longer have to do this if you have defined the INCLUDE and LIB |
| 13 | environment variables, as is customary for use with Windows compilers. | 13 | environment variables, as is customary for use with Windows compilers. |
| 14 | (Unless you are using MSVCNT 1.1, in which case you will need | ||
| 15 | to set MSVCNT11 to be a non-zero value at the top of makefile.def.) | ||
| 14 | 16 | ||
| 15 | (2) Choose the directory into which Emacs will be installed, and | 17 | (2) Choose the directory into which Emacs will be installed, and |
| 16 | edit makefile.def to define INSTALL_DIR to be this directory. | 18 | edit makefile.def to define INSTALL_DIR to be this directory. |