]>
Commit | Line | Data |
---|---|---|
30a70b29 SC |
1 | #if __option (profile) |
2 | #if __POWERPC__ | |
3 | #pragma precompile_target "wx_Carbon++_prof.mch" | |
4 | #else | |
5 | #error "illegal processor for carbon" | |
6 | #endif | |
7 | #else | |
8 | #if __POWERPC__ | |
9 | #pragma precompile_target "wx_Carbon++.mch" | |
10 | #else | |
11 | #error "illegal processor for carbon" | |
12 | #endif | |
13 | #endif | |
14 | ||
15 | #pragma once on | |
16 | #define WX_PRECOMP | |
17 | #define TARGET_CARBON 1 | |
18 | #define OLDP2C 1 | |
19 | #define wxUSE_GUI 1 | |
20 | #include "wx/wx_cw_cm.h" | |
21 | #include "wx/wxprec.h" |