(NTGUI): New macro.
[NTGUI] (CFLAGS): Define HAVE_NTGUI.
This commit is contained in:
parent
bcfb775c26
commit
0492cf29a8
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue