]>
Commit | Line | Data |
---|---|---|
9c0571f3 SC |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx_cw_d.h | |
77ffb593 | 3 | // Purpose: wxWidgets definitions for CodeWarrior builds (Debug) |
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 | #error "profiling is not supported in debug versions" | |
21 | #else | |
22 | #ifdef __cplusplus | |
cab1a605 WS |
23 | #ifdef __MACH__ |
24 | #include "wx_Mach++_d.mch" | |
25 | #elif __POWERPC__ | |
26 | #include "wx_Carbon++_d.mch" | |
27 | #endif | |
9c0571f3 | 28 | #else |
cab1a605 WS |
29 | #ifdef __MACH__ |
30 | #include "wx_Mach_d.mch" | |
31 | #elif __POWERPC__ | |
32 | #include "wx_Carbon_d.mch" | |
33 | #endif | |
9c0571f3 SC |
34 | #endif |
35 | #endif | |
36 | ||
37 | #endif | |
38 | // _WX_CW__ |