# HG changeset patch # User Geoff Voelker # Date 802751019 0 # Node ID 268be0c80ca215d89cb69d5fe51469e88021ef99 # Parent 3b0a6bb0ca8cd45031de7724371db554a2cb9c9b makefile.def (EMACS_ICON_PATH,ADDPM): Defined. diff -r 3b0a6bb0ca8c -r 268be0c80ca2 nt/makefile.def --- a/nt/makefile.def Sat Jun 10 02:22:49 1995 +0000 +++ b/nt/makefile.def Sat Jun 10 02:23:39 1995 +0000 @@ -131,6 +131,12 @@ # This is completely braindamaged, but it's the only routine known to be there DEL_TREE = echo y | rmdir /s +# The location of the icon file +EMACS_ICON_PATH = ..\nt\emacs.ico + +# Lets us add icons to the GNU Emacs folder +ADDPM = ..\nt\$(BLD)\addpm.exe + !if "$(ARCH)" == "i386" ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -G3d -Zi -Od ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS)