changeset 16882:edebdaa8e499

Use windows95 and windowsnt instead of win95 and winnt, respectively.
author Geoff Voelker <voelker@cs.washington.edu>
date Mon, 20 Jan 1997 00:05:31 +0000
parents 245ba9f2781a
children d1d4d81f9ece
files nt/emacs.bat.in nt/makefile.def
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/nt/emacs.bat.in	Sun Jan 19 01:34:39 1997 +0000
+++ b/nt/emacs.bat.in	Mon Jan 20 00:05:31 1997 +0000
@@ -4,12 +4,12 @@
 REM Set OS specific values.
 set ARCH_SAVE=%PROCESSOR_ARCHITECTURE%
 set PROCESSOR_ARCHITECTURE=
-if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto win95
+if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto windows95
 set PROCESSOR_ARCHITECTURE=%ARCH_SAVE%
 set SHELL=cmd
 goto next
 
-:win95
+:windows95
 set SHELL=command
 
 :next
--- a/nt/makefile.def	Sun Jan 19 01:34:39 1997 +0000
+++ b/nt/makefile.def	Mon Jan 20 00:05:31 1997 +0000
@@ -58,7 +58,7 @@
 # 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		= 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 @@
 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