diff options
author | Andrew Innes <andrewi@gnu.org> | 1998-06-01 14:00:12 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1998-06-01 14:00:12 +0000 |
commit | 69407fcd985b0b30429a5192d96f4c02dce97647 (patch) | |
tree | a35910cda12f62e7389034217e045cd511e17c45 /nt | |
parent | efca9fdc864c1d6fba5ae67950f760405f77f852 (diff) | |
download | emacs-69407fcd985b0b30429a5192d96f4c02dce97647.tar.gz |
(CFLAGS): Do not define HAVE_NTGUI.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nt/makefile.def b/nt/makefile.def index 4e28b0beb3d..fdfa6029653 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -142,9 +142,6 @@ CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl !else CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl !endif -!ifdef NTGUI -CFLAGS = $(CFLAGS) -DHAVE_NTGUI=1 -!endif !ifdef BUILD_TYPE OBJDIR = obj-$(BUILD_TYPE) |