comparison nt/makefile.def @ 35102:3bb820a403c0

(EMACS_ICON_PATH): Delete definition.
author Andrew Innes <andrewi@gnu.org>
date Sat, 06 Jan 2001 21:16:37 +0000
parents 904a6e5948b5
children 8045cccd8f3c
comparison
equal deleted inserted replaced
35101:73acaa7d1cb9 35102:3bb820a403c0
176 DEL = del 176 DEL = del
177 # NT better way of killing a deltree 177 # NT better way of killing a deltree
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
187 !if "$(ARCH)" == "i386" 184 !if "$(ARCH)" == "i386"
188 !if "$(BUILD_TYPE)" == "spd" 185 !if "$(BUILD_TYPE)" == "spd"