comparison admin/CPP-DEFINES @ 91502:a19c64c2d25c

Add more info for MAC_OS8.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 04 Feb 2008 08:32:21 +0000
parents b845e44b83f6
children 6dc0177676fe
comparison
equal deleted inserted replaced
91501:5cf14489c5e6 91502:a19c64c2d25c
2 of their use. Feel free to add more macros and more categories. 2 of their use. Feel free to add more macros and more categories.
3 3
4 ** Distinguishing OSes ** 4 ** Distinguishing OSes **
5 5
6 MAC_OS Compiling for the `mac' window-system. 6 MAC_OS Compiling for the `mac' window-system.
7 MAC_OS8 Compiling for Mac OS Classic (v8 or v9). 7 MAC_OS8 Compiling for Mac OS Classic (v8 or v9). No longer supported, all code using it can be removed.
8 MAC_OSX Compiling for Mac OS X. Not bare Darwin. 8 MAC_OSX Compiling for Mac OS X. Not bare Darwin.
9 CYGWIN Compiling the Cygwin port. 9 CYGWIN Compiling the Cygwin port.
10 __CYGWIN__ Ditto 10 __CYGWIN__ Ditto
11 MSDOS Compiling the MS-DOS port. 11 MSDOS Compiling the MS-DOS port.
12 __MSDOS__ Ditto. 12 __MSDOS__ Ditto.