]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx_cw_d.pch
BC++ doesn't like periods in resource names
[wxWidgets.git] / include / wx_cw_d.pch
... / ...
CommitLineData
1#if __option (profile)
2 #error "profiling is not supported for debug targets"
3#else
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
16#endif
17#pragma once on
18#undef WX_PRECOMP
19#define __WXDEBUG__ 1
20#define wxUSE_GUI 1
21#include "wx/wx_cw_cm.h"
22#ifdef __WXMSW__
23 #include <windows.h>
24 #include "wx/msw/winundef.h"
25#endif