Mercurial > emacs
changeset 14900:a51ddd17cdc4
(DEL): Defined.
(DELTREE) [win95]: Defined.
(SYS_LDFLAGS): Set executable versions to 3.10.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Thu, 28 Mar 1996 04:40:02 +0000 |
parents | 4b7b8a937a5d |
children | 64c1d20f4b5f |
files | nt/makefile.def |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.def Thu Mar 28 04:39:51 1996 +0000 +++ b/nt/makefile.def Thu Mar 28 04:40:02 1996 +0000 @@ -126,7 +126,7 @@ !if "$(LINK)" == "link32" SYS_LDFLAGS = !else -SYS_LDFLAGS = -pdb:none -release -incremental:no +SYS_LDFLAGS = -pdb:none -release -incremental:no -version:3.10 !endif INC = -I. @@ -149,8 +149,14 @@ CP = copy CP_DIR = xcopy /f/r/i/e/d +!if "$(OS_TYPE)" == "win95" +DEL = deltree /y +DEL_TREE = deltree /y +!else +DEL = del # This is completely braindamaged, but it's the only routine known to be there DEL_TREE = echo y | rmdir /s +!endif # The location of the icon file EMACS_ICON_PATH = ..\nt\emacs.ico