aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-10-08 16:14:22 +0200
committerJuanma Barranquero2012-10-08 16:14:22 +0200
commitfd5125adfe80551fd9496c78550fac0368e0ce15 (patch)
treeb1c27f9056254a0d63a585df258bb44a90bec0e9 /src
parent775a132d58804935a757d958aecaf53b44d9a78a (diff)
downloademacs-fd5125adfe80551fd9496c78550fac0368e0ce15.tar.gz
emacs-fd5125adfe80551fd9496c78550fac0368e0ce15.zip
nt/config.nt: Sync with autogen/config.in.
(HAVE_NTGUI): New macro. src/makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now in nt/config.nt.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/makefile.w32-in2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e7159d5e9a3..1bf35dfcc85 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-10-08 Juanma Barranquero <lekktu@gmail.com> 12012-10-08 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
4 in nt/config.nt.
5
3 * w32term.c: Remove leftover declaration of keyboard_codepage. 6 * w32term.c: Remove leftover declaration of keyboard_codepage.
4 7
52012-10-08 Eli Zaretskii <eliz@gnu.org> 82012-10-08 Eli Zaretskii <eliz@gnu.org>
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 66127d5ba6a..8e0e1d23dfd 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -27,7 +27,7 @@ EMACSLOADPATH=$(CURDIR)/../lisp
27# Size in MBs of the static heap in temacs.exe. 27# Size in MBs of the static heap in temacs.exe.
28HEAPSIZE = $(EMACS_HEAPSIZE) 28HEAPSIZE = $(EMACS_HEAPSIZE)
29 29
30LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS) 30LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc $(EMACS_EXTRA_C_FLAGS)
31 31
32SRC = . 32SRC = .
33EMACS = $(BLD)/emacs.exe 33EMACS = $(BLD)/emacs.exe