]>
Commit | Line | Data |
---|---|---|
f7c1de78 | 1 | ///////////////////////////////////////////////////////////////////////////// |
80fdcdb9 | 2 | // Name: wx/wxshlb_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_PPC++_prof.mch" |
cab1a605 | 23 | #elif __INTEL__ |
cda6fc01 | 24 | #include "wxshlb_x86++_prof.mch" |
cab1a605 | 25 | #elif __CFM68K__ |
cda6fc01 | 26 | #include "wxshlb_cfm++_prof.mch" |
cab1a605 | 27 | #else |
cda6fc01 | 28 | #include "wxshlb_68k++_prof.mch" |
cab1a605 | 29 | #endif |
f7c1de78 | 30 | #else |
cab1a605 | 31 | #if __POWERPC__ |
cda6fc01 | 32 | #include "wxshlb_PPC_prof.mch" |
cab1a605 | 33 | #elif __INTEL__ |
cda6fc01 | 34 | #include "wxshlb_x86_prof.mch" |
cab1a605 | 35 | #elif __CFM68K__ |
cda6fc01 | 36 | #include "wxshlb_cfm_prof.mch" |
cab1a605 | 37 | #else |
cda6fc01 | 38 | #include "wxshlb_68k_prof.mch" |
cab1a605 | 39 | #endif |
f7c1de78 SC |
40 | #endif |
41 | #else | |
42 | #ifdef __cplusplus | |
cab1a605 | 43 | #if __POWERPC__ |
cda6fc01 | 44 | #include "wxshlb_PPC++.mch" |
cab1a605 | 45 | #elif __INTEL__ |
cda6fc01 | 46 | #include "wxshlb_x86++.mch" |
cab1a605 | 47 | #elif __CFM68K__ |
cda6fc01 | 48 | #include "wxshlb_cfm++.mch" |
cab1a605 | 49 | #else |
cda6fc01 | 50 | #include "wxshlb_68k++.mch" |
cab1a605 | 51 | #endif |
f7c1de78 | 52 | #else |
cab1a605 | 53 | #if __POWERPC__ |
cda6fc01 | 54 | #include "wxshlb_PPC.mch" |
cab1a605 | 55 | #elif __INTEL__ |
cda6fc01 | 56 | #include "wxshlb_x86.mch" |
cab1a605 | 57 | #elif __CFM68K__ |
cda6fc01 | 58 | #include "wxshlb_cfm.mch" |
cab1a605 | 59 | #else |
cda6fc01 | 60 | #include "wxshlb_68k.mch" |
cab1a605 | 61 | #endif |
f7c1de78 SC |
62 | #endif |
63 | #endif | |
64 | #endif | |
65 | // _WX_CW__ |