NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / include / mac-qt.h
blob2279e77374c3ab818e088de453339844aae42089
1 /* aNetHack 0.0.1 mac-qt.h $ANH-Date: 1432512776 2015/05/25 00:12:56 $ $ANH-Branch: master $:$ANH-Revision: 1.7 $ */
2 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 2003. */
3 /* aNetHack may be freely redistributed. See license for details. */
5 /* Compiler prefix file for the Macintosh Qt port.
7 * IMPORTANT: This file is intended only as a compiler prefix
8 * file and must NEVER be included by other source (.c or .h)
9 * files.
11 * Usage for MacOS X Project Builder:
12 * Project menu -> Edit Active Target '_target_' ->
13 * target settings dialog -> Settings -> Simple View ->
14 * GCC Compiler Settings ->
15 * set "Prefix Header" to include/mac-qt.h
17 * Usage for Metrowerks CodeWarrior:
18 * Edit menu -> _target_ Settings -> Language Settings ->
19 * C/C++ Language ->
20 * set "Prefix File" to include/mac-qt.h
23 #undef MAC
24 #define UNIX
25 #define BSD
27 /* May already be defined by CodeWarrior as 0 or 1 */
28 #ifdef TARGET_API_MAC_CARBON
29 #undef TARGET_API_MAC_CARBON
30 #endif
31 #define TARGET_API_MAC_CARBON 0
33 #define GCC_WARN