]>
Commit | Line | Data |
---|---|---|
9c0571f3 | 1 | ///////////////////////////////////////////////////////////////////////////// |
80fdcdb9 | 2 | // Name: wx/wx_cwc.h |
77ffb593 | 3 | // Purpose: wxWidgets definitions for CodeWarrior builds |
9c0571f3 SC |
4 | // Author: Stefan Csomor |
5 | // Modified by: | |
6 | // Created: 12/10/98 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Stefan Csomor | |
cab1a605 | 9 | // Licence: wxWindows licence |
9c0571f3 SC |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
12 | #ifndef _WX_CW__ | |
13 | #define _WX_CW__ | |
14 | ||
d5e29b95 JS |
15 | #if __MWERKS__ >= 0x2400 && __MWERKS__ < 0x3200 |
16 | #pragma old_argmatch on | |
d015713e SC |
17 | #endif |
18 | ||
9c0571f3 SC |
19 | #if __option(profile) |
20 | #ifdef __cplusplus | |
cab1a605 | 21 | #ifdef __MACH__ |
cda6fc01 | 22 | #include "wx_Mach++_prof.mch" |
cab1a605 | 23 | #elif __POWERPC__ |
cda6fc01 | 24 | #include "wx_Carbon++_prof.mch" |
cab1a605 | 25 | #endif |
9c0571f3 | 26 | #else |
cab1a605 | 27 | #ifdef __MACH__ |
cda6fc01 | 28 | #include "wx_Mach_prof.mch" |
cab1a605 | 29 | #elif __POWERPC__ |
cda6fc01 | 30 | #include "wx_Carbon_prof.mch" |
cab1a605 | 31 | #endif |
9c0571f3 SC |
32 | #endif |
33 | #else | |
34 | #ifdef __cplusplus | |
cab1a605 | 35 | #ifdef __MACH__ |
cda6fc01 | 36 | #include "wx_Mach++.mch" |
cab1a605 | 37 | #elif __POWERPC__ |
cda6fc01 | 38 | #include "wx_Carbon++.mch" |
cab1a605 | 39 | #endif |
9c0571f3 | 40 | #else |
cab1a605 | 41 | #ifdef __MACH__ |
cda6fc01 | 42 | #include "wx_Mach.mch" |
cab1a605 | 43 | #elif __POWERPC__ |
cda6fc01 | 44 | #include "wx_Carbon.mch" |
cab1a605 | 45 | #endif |
9c0571f3 SC |
46 | #endif |
47 | #endif | |
48 | #endif | |
49 | // _WX_CW__ |