Mercurial > emacs
changeset 13436:d464ad2ab385
(NTGUI): New macro.
[NTGUI] (CFLAGS): Define HAVE_NTGUI.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 07 Nov 1995 07:57:05 +0000 |
parents | 02308cb19c55 |
children | e1d271d0dd02 |
files | nt/makefile.def |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.def Tue Nov 07 07:56:36 1995 +0000 +++ b/nt/makefile.def Tue Nov 07 07:57:05 1995 +0000 @@ -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 @@ !else CFLAGS = $(CFLAGS_COMMON) !endif +!ifdef NTGUI +CFLAGS = $(CFLAGS) -DHAVE_NTGUI=1 +!endif OBJDIR = obj $(OBJDIR):; -mkdir $(OBJDIR)