Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/gmake.defs

    r4190 r4220  
    11#  -*- Makefile -*- definition file for building GNU Emacs on Windows NT. 
    22#  Copyright (C) 2000, 2001, 2002, 2003, 2004, 
    3 #    2005, 2006, 2007 Free Software Foundation, Inc. 
     3#    2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    44# 
    55#  GNU Emacs is free software; you can redistribute it and/or modify 
    66#  it under the terms of the GNU General Public License as published by 
    7 #  the Free Software Foundation; either version 2, or (at your option) 
     7#  the Free Software Foundation; either version 3, or (at your option) 
    88#  any later version. 
    99# 
     
    100100NEW_CYGWIN = 1 
    101101endif 
     102 
     103# By default, newer versions of Cygwin mess with NTFS ACLs in an 
     104# attempt to emulate traditional posix file permissions. This can 
     105# cause bad effects, such as .exe files that are missing the 
     106# FILE_EXECUTE/FILE_GENERIC_EXECUTE permissions when they are created 
     107# with Cygwin commands that don't expect to be creating executable 
     108# files. Then when we later use a non-Cygwin program to create the 
     109# real .exe, the previous Cygwin defined ACL sticks. 
     110CYGWIN=nontsec 
     111export CYGWIN 
    102112endif 
    103113 
     
    171181 
    172182ADVAPI32        = -ladvapi32 
     183COMCTL32        = -lcomctl32 
    173184COMDLG32        = -lcomdlg32 
    174185GDI32           = -lgdi32 
     
    177188USER32          = -luser32 
    178189WSOCK32         = -lwsock32 
    179 WINMM     = -lwinmm 
     190WINMM          = -lwinmm 
    180191WINSPOOL        = -lwinspool 
     192OLE32           = -lole32 
    181193 
    182194ifdef NOOPT