summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-11-07 07:57:05 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-11-07 07:57:05 +0000
commite1c51919d58ff126a38368be4b58c6257c0d40ef (patch)
treeea0dcf06dfbf977c46c8b1231f68e2077203927b /nt
parentd3d1e9ad3a1645cdd7b2208565e1d4b092cbfd6f (diff)
downloademacs-e1c51919d58ff126a38368be4b58c6257c0d40ef.tar.gz
(NTGUI): New macro.
[NTGUI] (CFLAGS): Define HAVE_NTGUI.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/nt/makefile.def b/nt/makefile.def
index 39717c24cdb..9d18d00b271 100644
--- a/nt/makefile.def
+++ b/nt/makefile.def
@@ -21,6 +21,10 @@
# BEGIN CONFIGURATION
#
+# Define the following to build the GUI version
+#
+NTGUI=1
+
# Set INSTALL_DIR to be the directory into which you want emacs installed.
#
!ifndef INSTALL_DIR
@@ -131,6 +135,9 @@ CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl
!else
CFLAGS = $(CFLAGS_COMMON)
!endif
+!ifdef NTGUI
+CFLAGS = $(CFLAGS) -DHAVE_NTGUI=1
+!endif
OBJDIR = obj
$(OBJDIR):; -mkdir $(OBJDIR)