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