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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/nmake.defs [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:57:11 -0400

Index: emacs/nt/nmake.defs
diff -c emacs/nt/nmake.defs:1.14.4.1 emacs/nt/nmake.defs:1.14.4.2
*** emacs/nt/nmake.defs:1.14.4.1        Fri Apr 16 12:50:42 2004
--- emacs/nt/nmake.defs Mon Jun 28 07:29:04 2004
***************
*** 1,5 ****
! #
! #  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
--- 1,4 ----
! #  -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.
  #
  #  GNU Emacs is free software; you can redistribute it and/or modify
***************
*** 135,141 ****
                  -D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) 
$(LOCAL_FLAGS)
  EMACS_EXTRA_C_FLAGS =
  
! SYS_LDFLAGS   = -release -incremental:no -version:3.10 -swaprun:cd 
-swaprun:net setargv.obj
  
  # see comments in allocate_heap in w32heap.c before changing any of the
  # -stack, -heap, or -base settings.
--- 134,140 ----
                  -D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) 
$(LOCAL_FLAGS)
  EMACS_EXTRA_C_FLAGS =
  
! SYS_LDFLAGS   = -nologo -release -incremental:no -version:3.10 -swaprun:cd 
-swaprun:net setargv.obj
  
  # see comments in allocate_heap in w32heap.c before changing any of the
  # -stack, -heap, or -base settings.
***************
*** 162,167 ****
--- 161,167 ----
  FORDO         = ) do
  ENDFOR                =
  ARGQUOTE      = "
+ # "
  DQUOTE                = \"
  DEL           = rm
  DEL_TREE      = rm -r




reply via email to

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