aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-01-06 21:16:37 +0000
committerAndrew Innes2001-01-06 21:16:37 +0000
commitdf6c4c2b832c61896a4eb8a1b6ed3adc1a12a65e (patch)
tree334e75f6c2a79e6b05fd0527aa5dce740f4ebbac
parent7389a353052157196da5aae21b0229be7e1c3d59 (diff)
downloademacs-df6c4c2b832c61896a4eb8a1b6ed3adc1a12a65e.tar.gz
emacs-df6c4c2b832c61896a4eb8a1b6ed3adc1a12a65e.zip
(EMACS_ICON_PATH): Delete definition.
-rw-r--r--nt/makefile.def3
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
178DEL_TREE = rd /s/q 178DEL_TREE = rd /s/q
179!endif 179!endif
180 180
181# The location of the icon file
182EMACS_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
185ADDPM = ..\nt\$(BLD)\addpm.exe 182ADDPM = ..\nt\$(BLD)\addpm.exe
186 183