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