diff options
| author | Andrew Innes | 2001-01-06 21:16:37 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-01-06 21:16:37 +0000 |
| commit | df6c4c2b832c61896a4eb8a1b6ed3adc1a12a65e (patch) | |
| tree | 334e75f6c2a79e6b05fd0527aa5dce740f4ebbac | |
| parent | 7389a353052157196da5aae21b0229be7e1c3d59 (diff) | |
| download | emacs-df6c4c2b832c61896a4eb8a1b6ed3adc1a12a65e.tar.gz emacs-df6c4c2b832c61896a4eb8a1b6ed3adc1a12a65e.zip | |
(EMACS_ICON_PATH): Delete definition.
| -rw-r--r-- | nt/makefile.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nt/makefile.def b/nt/makefile.def index f6a81fd5504..75f3298e32d 100644 --- a/nt/makefile.def +++ b/nt/makefile.def | |||
| @@ -178,9 +178,6 @@ DEL = del | |||
| 178 | DEL_TREE = rd /s/q | 178 | DEL_TREE = rd /s/q |
| 179 | !endif | 179 | !endif |
| 180 | 180 | ||
| 181 | # The location of the icon file | ||
| 182 | EMACS_ICON_PATH = ..\nt\emacs.ico | ||
| 183 | |||
| 184 | # Lets us add icons to the GNU Emacs folder | 181 | # Lets us add icons to the GNU Emacs folder |
| 185 | ADDPM = ..\nt\$(BLD)\addpm.exe | 182 | ADDPM = ..\nt\$(BLD)\addpm.exe |
| 186 | 183 | ||