summaryrefslogtreecommitdiff
path: root/nt/makefile.def
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-03-28 04:40:02 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-03-28 04:40:02 +0000
commitb2bc29b1665501d85b855072bbc4a29d41dfebf9 (patch)
tree5fb378c0cc7f62f52aa6db667c35aa60f8ca03d4 /nt/makefile.def
parent2e17c871e3359380613cbe82ec7cf51a040b6865 (diff)
downloademacs-b2bc29b1665501d85b855072bbc4a29d41dfebf9.tar.gz
(DEL): Defined.
(DELTREE) [win95]: Defined. (SYS_LDFLAGS): Set executable versions to 3.10.
Diffstat (limited to 'nt/makefile.def')
-rw-r--r--nt/makefile.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/nt/makefile.def b/nt/makefile.def
index a7de40fd209..aa33dbb7de6 100644
--- a/nt/makefile.def
+++ b/nt/makefile.def
@@ -126,7 +126,7 @@ BASE_LIBS = $(libc) $(baselibs)
!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 @@ $(BLD): $(OBJDIR)
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