From: Geoff Voelker Date: Tue, 7 Nov 1995 07:57:05 +0000 (+0000) Subject: (NTGUI): New macro. X-Git-Tag: emacs-19.34~2424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0492cf29a875ef32a2a81f5bd9783bf903fd6d65;p=emacs.git (NTGUI): New macro. [NTGUI] (CFLAGS): Define HAVE_NTGUI. --- 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)