]> git.eshelyaron.com Git - emacs.git/commitdiff
(NTGUI): New macro.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:57:05 +0000 (07:57 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:57:05 +0000 (07:57 +0000)
[NTGUI] (CFLAGS): Define HAVE_NTGUI.

nt/makefile.def

index 39717c24cdb9b3a06dd76b3d2d7cd4503e59838b..9d18d00b271c7b3007ea246719c711191ba8e311 100644 (file)
 # 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)