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