]>
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 "wxshlba_Carbon++_d.mch" | |
6 | #else | |
7 | #error "illegal processor for carbon" | |
8 | #endif | |
9 | ||
10 | #endif | |
11 | ||
12 | #pragma once on | |
13 | #define WXUSINGDLL | |
14 | #define WX_PRECOMP | |
15 | #define __WXDEBUG__ 1 | |
16 | #define wxUSE_GUI 1 | |
17 | #define TARGET_CARBON 1 | |
18 | #define OLDP2C 1 | |
19 | ||
20 | #include "wx/wx_cw_cm.h" | |
21 | #ifdef WX_PRECOMP | |
22 | #include "wx/wxprec.h" | |
23 | #endif |