Mac Terminal port tuneup
Submit the last of the changes that were needed to compile the MacOS X Terminal port.
This commit is contained in:
@@ -20,14 +20,15 @@
|
|||||||
* set "Prefix File" to include/mac-term.h
|
* set "Prefix File" to include/mac-term.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Stuff needed for the core of NetHack */
|
||||||
#undef MAC
|
#undef MAC
|
||||||
#define UNIX
|
#define UNIX
|
||||||
#define BSD
|
#define BSD
|
||||||
|
#define __FreeBSD__ /* Darwin is based on FreeBSD */
|
||||||
|
#define GCC_WARN
|
||||||
|
|
||||||
/* May already be defined by CodeWarrior as 0 or 1 */
|
/* May already be defined by CodeWarrior as 0 or 1 */
|
||||||
#ifdef TARGET_API_MAC_CARBON
|
#ifdef TARGET_API_MAC_CARBON
|
||||||
# undef TARGET_API_MAC_CARBON
|
# undef TARGET_API_MAC_CARBON
|
||||||
#endif
|
#endif
|
||||||
#define TARGET_API_MAC_CARBON 0
|
#define TARGET_API_MAC_CARBON 0 /* Not Carbon */
|
||||||
|
|
||||||
#define GCC_WARN
|
|
||||||
|
|||||||
Reference in New Issue
Block a user