summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>1998-06-01 14:00:12 +0000
committerAndrew Innes <andrewi@gnu.org>1998-06-01 14:00:12 +0000
commit69407fcd985b0b30429a5192d96f4c02dce97647 (patch)
treea35910cda12f62e7389034217e045cd511e17c45 /nt
parentefca9fdc864c1d6fba5ae67950f760405f77f852 (diff)
downloademacs-69407fcd985b0b30429a5192d96f4c02dce97647.tar.gz
(CFLAGS): Do not define HAVE_NTGUI.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.def3
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)