]>
Commit | Line | Data |
---|---|---|
f7c1de78 SC |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx_cw.h | |
77ffb593 | 3 | // Purpose: wxWidgets definitions for CodeWarrior builds |
f7c1de78 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 |
f7c1de78 SC |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
12 | #ifndef _WX_CW__ | |
13 | #define _WX_CW__ | |
14 | ||
15 | #if __MWERKS__ >= 0x2400 | |
16 | #pragma old_argmatch on | |
17 | #endif | |
18 | ||
19 | #if __option(profile) | |
20 | #ifdef __cplusplus | |
cab1a605 | 21 | #if __POWERPC__ |
cda6fc01 | 22 | #include "wxshlb_Carbon++_prof.mch" |
cab1a605 | 23 | #endif |
f7c1de78 | 24 | #else |
cab1a605 | 25 | #if __POWERPC__ |
cda6fc01 | 26 | #include "wxshlb_Carbon_prof.mch" |
cab1a605 | 27 | #endif |
f7c1de78 SC |
28 | #endif |
29 | #else | |
30 | #ifdef __cplusplus | |
cda6fc01 SC |
31 | #if __MACH__ |
32 | #include "wxshlb_Mach++.mch" | |
33 | #elif __POWERPC__ | |
34 | #include "wxshlb_Carbon++.mch" | |
cab1a605 | 35 | #endif |
f7c1de78 | 36 | #else |
cda6fc01 SC |
37 | #if __MACH__ |
38 | #include "wxshlb_Mach.mch" | |
39 | #elif __POWERPC__ | |
40 | #include "wxshlb_Carbon.mch" | |
cab1a605 | 41 | #endif |
f7c1de78 SC |
42 | #endif |
43 | #endif | |
44 | #endif | |
45 | // _WX_CW__ |