From: Geoff Voelker Date: Sat, 10 Jun 1995 02:23:39 +0000 (+0000) Subject: makefile.def (EMACS_ICON_PATH,ADDPM): Defined. X-Git-Tag: emacs-19.34~3679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01b96d5c134b42cfe943c32b4de1013e96957bd8;p=emacs.git makefile.def (EMACS_ICON_PATH,ADDPM): Defined. --- diff --git a/nt/makefile.def b/nt/makefile.def index ee7de6c2a81..51c572b5d0b 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -131,6 +131,12 @@ CP_DIR = xcopy /fried # 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)