]> git.eshelyaron.com Git - emacs.git/commitdiff
(DEL): Defined.
authorGeoff Voelker <voelker@cs.washington.edu>
Thu, 28 Mar 1996 04:40:02 +0000 (04:40 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Thu, 28 Mar 1996 04:40:02 +0000 (04:40 +0000)
(DELTREE) [win95]: Defined.
(SYS_LDFLAGS): Set executable versions to 3.10.

nt/makefile.def

index a7de40fd2099b71d399af2a60dc9c4361f7b067e..aa33dbb7de6f07830768308877364e24e2e8a465 100644 (file)
@@ -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