emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v
Date: Tue, 15 Jul 2008 18:15:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/15 18:15:19

Index: admin/CPP-DEFINES
===================================================================
RCS file: /sources/emacs/emacs/admin/CPP-DEFINES,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- admin/CPP-DEFINES   13 Jul 2008 07:35:26 -0000      1.22
+++ admin/CPP-DEFINES   15 Jul 2008 18:14:54 -0000      1.23
@@ -3,7 +3,6 @@
 
 ** Distinguishing OSes **
 
-MAC_OS         Compiling for the `mac' window-system.
 MAC_OS8                Compiling for Mac OS Classic (v8 or v9). No longer 
supported, all code using it can be removed.
 MAC_OSX                Compiling for Mac OS X.  Not bare Darwin.
 CYGWIN         Compiling the Cygwin port.
@@ -23,7 +22,11 @@
 ** Distinguishing GUIs **
 
 HAVE_NTGUI     Use the native W32 GUI for windows, frames, menus&scrollbars.
+MAC_OS         Compiling for the `mac' window-system.
 HAVE_CARBON    Compile support for the Carbon GUI.  Requires MAC_OS?
+HAVE_NS        Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep.
+NS_IMPL_GNUSTEP        Compile support for GNUSTEP implementation of NS GUI 
API.
+NS_IMPL_COCOA  Compile support for Cocoa (Apple) implementation of NS GUI API.
 HAVE_X11       Compile support for the X11 GUI.
 HAVE_X_WINDOWS Compile support for X Window system
 X11            ??  Makefile.in suggests it's equivalent to HAVE_X11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]