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
commitaf6805fa454de07a2c18d7e3f434f4ea4dcffbe5 (patch)
tree524a4da6366cbebf642a1043ac7a2b11e45e88fa /nt
parentafe2278a89958e9ab73c5372e603369ab23d0010 (diff)
downloademacs-af6805fa454de07a2c18d7e3f434f4ea4dcffbe5.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)