]>
Commit | Line | Data |
---|---|---|
ff297bdd SC |
1 | #if __option (profile) |
2 | #error "profiling is not supported for debug targets" | |
3 | #else | |
4 | #if __POWERPC__ | |
5 | #pragma precompile_target "wxshlb_Carbon_d.mch" | |
6 | #else | |
7 | #error "illegal processor for carbon" | |
8 | #endif | |
9 | #endif | |
10 | #pragma once on | |
11 | #undef WX_PRECOMP | |
12 | #define WXMAKINGDLL | |
13 | #define __WXDEBUG__ 1 | |
14 | #define wxUSE_GUI 1 | |
15 | #define TARGET_CARBON 1 | |
16 | #define OLDP2C 1 | |
17 | ||
18 | #include "wx/wx_cw_cm.h" | |
19 | #ifdef __WXMSW__ | |
20 | #include <windows.h> | |
21 | #include "wx/msw/winundef.h" | |
22 | #endif |