]>
Commit | Line | Data |
---|---|---|
30a70b29 | 1 | #if __option (profile) |
2d2ed20f SC |
2 | #ifdef __MACH__ |
3 | #pragma precompile_target "wx_Mach++_prof.mch" | |
4 | #elif __POWERPC__ | |
30a70b29 SC |
5 | #pragma precompile_target "wx_Carbon++_prof.mch" |
6 | #else | |
7 | #error "illegal processor for carbon" | |
8 | #endif | |
9 | #else | |
2d2ed20f SC |
10 | #ifdef __MACH__ |
11 | #pragma precompile_target "wx_Mach++.mch" | |
12 | #elif __POWERPC__ | |
30a70b29 SC |
13 | #pragma precompile_target "wx_Carbon++.mch" |
14 | #else | |
15 | #error "illegal processor for carbon" | |
16 | #endif | |
17 | #endif | |
18 | ||
19 | #pragma once on | |
20 | #define WX_PRECOMP | |
9fbbbd40 | 21 | #define wxUSE_GUI 1 |
30a70b29 SC |
22 | #define TARGET_CARBON 1 |
23 | #define OLDP2C 1 | |
2d2ed20f SC |
24 | #ifdef __MACH__ |
25 | #define __DARWIN__ | |
26 | #define __CF_USE_FRAMEWORK_INCLUDES__ | |
27 | #define __NOEXTENSIONS__ | |
28 | #define __UNIX__ | |
29 | #define __UNIX_LIKE__ | |
30 | #endif | |
9fbbbd40 | 31 | |
30a70b29 SC |
32 | #include "wx/wx_cw_cm.h" |
33 | #include "wx/wxprec.h" |