diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-06-10 02:23:39 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-06-10 02:23:39 +0000 |
commit | 2b02b564cdde5fa8634a6a86dbc9f968dcfb561e (patch) | |
tree | d3067953731d5c09524350f45fc6308213c8eb8c /nt | |
parent | 0d2b9a785bbb30955021f8f5858a7f9121ac3a7c (diff) | |
download | emacs-2b02b564cdde5fa8634a6a86dbc9f968dcfb561e.tar.gz |
makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.def | 6 |
1 files changed, 6 insertions, 0 deletions
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) |