aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-26 22:33:33 +0000
committerJuanma Barranquero2008-06-26 22:33:33 +0000
commit43db14bbd823795adfc6f37efcc74abccb77fdd7 (patch)
tree097aaca5c26f98406d1d80c13c9b48212edc5392 /nt/ChangeLog
parent6e73a6a2c1fd9b97a4ed23747897349bd7ffc2f0 (diff)
downloademacs-43db14bbd823795adfc6f37efcc74abccb77fdd7.tar.gz
emacs-43db14bbd823795adfc6f37efcc74abccb77fdd7.zip
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
* nt/nmake.defs: * nt/gmake.defs (FONT_CFLAGS): Remove. (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) and _CRTAPI1. (ARCH_FLAGS): Don't include _X86_. * nt/config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define. * src/makefile.w32-in (LOCAL_FLAGS): Don't include WINDOWSNT, DOS_NT and _UCHAR_T. * src/sysdep.c (_spawnlp, _getpid): Declare with explicit _cdecl instead of _CRTAPI1. * src/editfns.c (Fget_internal_run_time): Check for WINDOWSNT with #ifdef, not #if.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 6c06e571ade..e574b0e2778 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,15 @@
12008-06-26 Juanma Barranquero <lekktu@gmail.com>
2 Eli Zaretskii <eliz@gnu.org>
3
4 * nmake.defs:
5 * gmake.defs (FONT_CFLAGS): Remove.
6 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
7 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
8 and _CRTAPI1.
9 (ARCH_FLAGS): Don't include _X86_.
10
11 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
12
12008-06-26 Dan Nicolaescu <dann@ics.uci.edu> 132008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2 14
3 * config.nt: Remove reference to UNEXEC_SRC. 15 * config.nt: Remove reference to UNEXEC_SRC.