diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-10-08 16:14:22 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-10-08 16:14:22 +0200 |
commit | fd5125adfe80551fd9496c78550fac0368e0ce15 (patch) | |
tree | b1c27f9056254a0d63a585df258bb44a90bec0e9 /src/makefile.w32-in | |
parent | 775a132d58804935a757d958aecaf53b44d9a78a (diff) | |
download | emacs-fd5125adfe80551fd9496c78550fac0368e0ce15.tar.gz |
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/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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 # Size in MBs of the static heap in temacs.exe. HEAPSIZE = $(EMACS_HEAPSIZE) -LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS) +LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc $(EMACS_EXTRA_C_FLAGS) SRC = . EMACS = $(BLD)/emacs.exe |