Changeset 4220 for trunk/nt/gmake.defs
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/nt/gmake.defs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nt/gmake.defs
r4190 r4220 1 1 # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. 2 2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 3 # 2005, 2006, 2007 Free Software Foundation, Inc.3 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 4 # 5 5 # GNU Emacs is free software; you can redistribute it and/or modify 6 6 # 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) 8 8 # any later version. 9 9 # … … 100 100 NEW_CYGWIN = 1 101 101 endif 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. 110 CYGWIN=nontsec 111 export CYGWIN 102 112 endif 103 113 … … 171 181 172 182 ADVAPI32 = -ladvapi32 183 COMCTL32 = -lcomctl32 173 184 COMDLG32 = -lcomdlg32 174 185 GDI32 = -lgdi32 … … 177 188 USER32 = -luser32 178 189 WSOCK32 = -lwsock32 179 WINMM = -lwinmm190 WINMM = -lwinmm 180 191 WINSPOOL = -lwinspool 192 OLE32 = -lole32 181 193 182 194 ifdef NOOPT
