]>
Commit | Line | Data |
---|---|---|
f7c1de78 | 1 | ///////////////////////////////////////////////////////////////////////////// |
80fdcdb9 | 2 | // Name: wx/wxshlb_cw_d.h |
77ffb593 | 3 | // Purpose: wxWidgets definitions for CodeWarrior builds (Debug) |
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 | #error "profiling is not supported in debug versions" | |
21 | #else | |
22 | #ifdef __cplusplus | |
cab1a605 | 23 | #if __POWERPC__ |
cda6fc01 | 24 | #include "wxshlb_PPC++_d.mch" |
cab1a605 | 25 | #elif __INTEL__ |
cda6fc01 | 26 | #include "wxshlb_x86++_d.mch" |
cab1a605 | 27 | #elif __CFM68K__ |
cda6fc01 | 28 | #include "wxshlb_cfm++_d.mch" |
cab1a605 | 29 | #else |
cda6fc01 | 30 | #include "wxshlb_68k++_d.mch" |
cab1a605 | 31 | #endif |
f7c1de78 | 32 | #else |
cab1a605 | 33 | #if __POWERPC__ |
cda6fc01 | 34 | #include "wxshlb_PPC_d.mch" |
cab1a605 | 35 | #elif __INTEL__ |
cda6fc01 | 36 | #include "wxshlb_x86_d.mch" |
cab1a605 | 37 | #elif __CFM68K__ |
cda6fc01 | 38 | #include "wxshlb_cfm_d.mch" |
cab1a605 | 39 | #else |
cda6fc01 | 40 | #include "wxshlb_68k_d.mch" |
cab1a605 | 41 | #endif |
f7c1de78 SC |
42 | #endif |
43 | #endif | |
44 | ||
45 | #endif | |
46 | // _WX_CW__ |