]>
Commit | Line | Data |
---|---|---|
519cb848 SC |
1 | #if __option (profile) |
2 | #error "profiling is not supported for debug targets" | |
3 | #else | |
9dc0367b SC |
4 | #if __POWERPC__ |
5 | #pragma precompile_target "wx_PPC_d.mch" | |
6 | ||
7 | #elif __INTEL__ | |
8 | #pragma precompile_target "wx_x86_d.mch" | |
9 | ||
10 | #elif __CFM68K__ | |
11 | #pragma precompile_target "wx_cfm_d.mch" | |
12 | ||
13 | #else | |
14 | #pragma precompile_target "wx_68k_d.mch" | |
15 | #endif | |
519cb848 | 16 | #endif |
9dc0367b SC |
17 | #pragma once on |
18 | #undef WX_PRECOMP | |
519cb848 SC |
19 | #define __WXDEBUG__ 1 |
20 | #define wxUSE_GUI 1 | |
acd9676e | 21 | #define OLDP2C 1 |
9dc0367b | 22 | #include "wx/wx_cw_cm.h" |
519cb848 SC |
23 | #ifdef __WXMSW__ |
24 | #include <windows.h> | |
25 | #include "wx/msw/winundef.h" | |
26 | #endif |