# HG changeset patch # User Geoff Voelker # Date 827988002 0 # Node ID a51ddd17cdc4d0ca0ed10070f29bdb6395e472da # Parent 4b7b8a937a5dead20ca38e0b8cb21e7b1b260801 (DEL): Defined. (DELTREE) [win95]: Defined. (SYS_LDFLAGS): Set executable versions to 3.10. diff -r 4b7b8a937a5d -r a51ddd17cdc4 nt/makefile.def --- 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