]>
Commit | Line | Data |
---|---|---|
1b19f0c3 SC |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx_cw.h | |
3 | // Purpose: wxWindows definitions for CodeWarrior builds | |
4 | // Author: Stefan Csomor | |
5 | // Modified by: | |
6 | // Created: 12/10/98 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Stefan Csomor | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #ifndef _WX_CW__ | |
13 | #define _WX_CW__ | |
1b19f0c3 | 14 | |
17dff81c SC |
15 | #ifdef __cplusplus |
16 | #if __POWERPC__ | |
17 | #include <wx_PPC++.mch> | |
18 | #elif __INTEL__ | |
19 | #include <wx_x86++.mch> | |
20 | #elif __CFM68K__ | |
21 | #include <wx_cfm++.mch> | |
22 | #else | |
23 | #include <wx_68k++.mch> | |
24 | #endif | |
25 | #else | |
26 | #if __POWERPC__ | |
27 | #include <wx_PPC.mch> | |
28 | #elif __INTEL__ | |
29 | #include <wx_x86.mch> | |
30 | #elif __CFM68K__ | |
31 | #include <wx_cfm.mch> | |
32 | #else | |
33 | #include <wx_68k.mch> | |
34 | #endif | |
1b19f0c3 SC |
35 | #endif |
36 | ||
1b19f0c3 SC |
37 | #endif |
38 | // _WX_CW__ |