summaryrefslogtreecommitdiff
path: root/nt/nmake.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nt/nmake.defs')
-rw-r--r--nt/nmake.defs16
1 files changed, 8 insertions, 8 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs
index e2bfd58fc57..99db4211f1b 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -1,17 +1,17 @@
#
# Makefile definition file for building GNU Emacs on the Microsoft W32 API.
# Copyright (c) 2000-2001 Free Software Foundation, Inc.
-#
+#
# GNU Emacs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
-#
+#
# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -64,7 +64,7 @@ _NMAKE_VER=$(_NMAKE_VER_4)
!endif
# Determine the architecture we're running on.
-# Define ARCH for our purposes;
+# Define ARCH for our purposes;
# Define CPU for use by ntwin32.mak;
# Define CONFIG_H to the appropriate config.h for the system;
#
@@ -110,7 +110,7 @@ RC_OUT = -Fo
RC_INCLUDE = -i
libc = libc.lib
-baselibs =
+baselibs =
O = obj
A = lib
@@ -128,7 +128,7 @@ WINMM = winmm.lib
!ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG
!else
-DEBUG_CFLAGS =
+DEBUG_CFLAGS =
!endif
CFLAGS = -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 $(ARCH_CFLAGS) -D$(ARCH) \
-D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS)
@@ -166,8 +166,8 @@ DEL = rm
DEL_TREE = rm -r
!ifdef NODEBUG
-DEBUG_FLAG =
-DEBUG_LINK =
+DEBUG_FLAG =
+DEBUG_LINK =
!else
DEBUG_FLAG = -Zi
DEBUG_LINK = -debug:full -debugtype:both