emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/nmake.defs


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/nmake.defs
Date: Fri, 04 Apr 2003 01:23:41 -0500

Index: emacs/nt/nmake.defs
diff -c emacs/nt/nmake.defs:1.13 emacs/nt/nmake.defs:1.14
*** emacs/nt/nmake.defs:1.13    Sun Nov 17 17:35:26 2002
--- emacs/nt/nmake.defs Tue Feb  4 09:16:25 2003
***************
*** 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,
--- 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,70 ****
  !endif
  
  # Determine the architecture we're running on.
! # Define ARCH for our purposes; 
  # Define CPU for use by ntwin32.mak;
  # Define CONFIG_H to the appropriate config.h for the system;
  #
--- 64,70 ----
  !endif
  
  # Determine the architecture we're running on.
! # Define ARCH for our purposes;
  # Define CPU for use by ntwin32.mak;
  # Define CONFIG_H to the appropriate config.h for the system;
  #
***************
*** 110,116 ****
  RC_INCLUDE    = -i
  
  libc          = libc.lib
! baselibs      = 
  O             = obj
  A             = lib
  
--- 110,116 ----
  RC_INCLUDE    = -i
  
  libc          = libc.lib
! baselibs      =
  O             = obj
  A             = lib
  
***************
*** 128,134 ****
  !ifdef NOOPT
  DEBUG_CFLAGS  = -DEMACSDEBUG
  !else
! 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)
--- 128,134 ----
  !ifdef NOOPT
  DEBUG_CFLAGS  = -DEMACSDEBUG
  !else
! 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,173 ****
  DEL_TREE      = rm -r
  
  !ifdef NODEBUG
! DEBUG_FLAG = 
! DEBUG_LINK = 
  !else
  DEBUG_FLAG = -Zi
  DEBUG_LINK = -debug:full -debugtype:both
--- 166,173 ----
  DEL_TREE      = rm -r
  
  !ifdef NODEBUG
! DEBUG_FLAG =
! DEBUG_LINK =
  !else
  DEBUG_FLAG = -Zi
  DEBUG_LINK = -debug:full -debugtype:both




reply via email to

[Prev in Thread] Current Thread [Next in Thread]