diff options
| author | Stefan Monnier | 2007-12-10 17:02:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-12-10 17:02:42 +0000 |
| commit | aa5fea59c1ed01e895877a623ba893846d3d32ed (patch) | |
| tree | 31767f37c8c43f432db8ed67b6c88aa7fe9e0114 /admin | |
| parent | ff91dc79efda4e4f20cefd4bc11cb711ec5f0fde (diff) | |
| download | emacs-aa5fea59c1ed01e895877a623ba893846d3d32ed.tar.gz emacs-aa5fea59c1ed01e895877a623ba893846d3d32ed.zip | |
New file.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 26 | ||||
| -rw-r--r-- | admin/ChangeLog | 4 |
2 files changed, 30 insertions, 0 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES new file mode 100644 index 00000000000..0490d89325e --- /dev/null +++ b/admin/CPP-DEFINES | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | Here are some of the cpp macros used, together with some short explanation | ||
| 2 | of their use. Feel free to add more macros and more categories. | ||
| 3 | |||
| 4 | ** Distinguishing OSes ** | ||
| 5 | |||
| 6 | MAC_OS Compiling for some version of Mac OS? | ||
| 7 | MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS? | ||
| 8 | MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin? | ||
| 9 | MAC_OS_X ?? Apparently only used once in mac.c. | ||
| 10 | CYGWIN Compiling the Cygwin port. | ||
| 11 | MSDOS Compiling the MSDOS port. | ||
| 12 | DOS_NT Compiling for either the MSDOS or W32 port. | ||
| 13 | WINDOWSNT Compiling the W32 port. | ||
| 14 | WINDOWS_NT ?? Only once in dispextern.h | ||
| 15 | |||
| 16 | ** Distinguishing GUIs ** | ||
| 17 | |||
| 18 | HAVE_NTGUI Compile support for the W32 GUI. | ||
| 19 | HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS? | ||
| 20 | HAVE_X11 Compile support for the X11 GUI. | ||
| 21 | X11 ?? Makefile.in suggests it's equivalent to HAVE_X11 | ||
| 22 | USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11. | ||
| 23 | USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11. | ||
| 24 | USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11. | ||
| 25 | |||
| 26 | # arch-tag: bc80061a-1168-4911-9766-46aaf2640250 | ||
diff --git a/admin/ChangeLog b/admin/ChangeLog index db8795f3aaa..516cecfbb6d 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * CPP-DEFINES: New file. | ||
| 4 | |||
| 1 | 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * FOR-RELEASE: Remove "window-system in face definition" [of | 7 | * FOR-RELEASE: Remove "window-system in face definition" [of |