summaryrefslogtreecommitdiff
path: root/nt/makefile.def
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-01-20 00:05:31 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-01-20 00:05:31 +0000
commit276522c7f890c7c7966ebf3aca7136e64f7643ca (patch)
tree57e522cef2f3c1071d4f77c30684e3908651a6d0 /nt/makefile.def
parente86397b111c115667a2862c7070dd5fe2f83fac6 (diff)
downloademacs-276522c7f890c7c7966ebf3aca7136e64f7643ca.tar.gz
Use windows95 and windowsnt instead
of win95 and winnt, respectively.
Diffstat (limited to 'nt/makefile.def')
-rw-r--r--nt/makefile.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/makefile.def b/nt/makefile.def
index e83b0b71b07..8d920d48ef0 100644
--- a/nt/makefile.def
+++ b/nt/makefile.def
@@ -58,7 +58,7 @@ MSVCNT11 = 0
# We're on Windows NT
CPU = $(PROCESSOR_ARCHITECTURE)
CONFIG_H = config.nt
-OS_TYPE = winnt
+OS_TYPE = windowsnt
! if "$(PROCESSOR_ARCHITECTURE)" == "x86"
ARCH = i386
CPU = i386
@@ -82,11 +82,11 @@ ARCH = ppc
ARCH = i386
CPU = i386
CONFIG_H = config.nt
-OS_TYPE = win95
+OS_TYPE = windows95
!endif
# Include ntwin32.mak. So far, this file seems to be supported by every
-# Microsoft compiler on NT and Win95 and properly defines the executable
+# Microsoft compiler on NT and Windows 95 and properly defines the executable
# names and libraries necessary to build Emacs. I do not have access
# to any other vendor compilers, so I do not know if they supply this
# file, too. For now I'll assume that they do.
@@ -153,7 +153,7 @@ $(BLD): $(OBJDIR)
CP = copy
CP_DIR = xcopy /f/r/i/e/d
-!if "$(OS_TYPE)" == "win95"
+!if "$(OS_TYPE)" == "windows95"
DEL = deltree /y
DEL_TREE = deltree /y
!else