]> git.saurik.com Git - wxWidgets.git/blame - include/wx_cwc_d.pch
mention also the contrib libraries removal/movements
[wxWidgets.git] / include / wx_cwc_d.pch
CommitLineData
30a70b29
SC
1#if __option (profile)
2 #error "profiling is not supported for debug targets"
3#else
2d2ed20f
SC
4#ifdef __MACH__
5 #pragma precompile_target "wx_Mach_d.mch"
6#elif __POWERPC__
30a70b29
SC
7 #pragma precompile_target "wx_Carbon_d.mch"
8#else
9 #error "illegal processor for carbon"
10#endif
11#endif
12#pragma once on
13#undef WX_PRECOMP
14#define __WXDEBUG__ 1
15#define wxUSE_GUI 1
16#define TARGET_CARBON 1
17#define OLDP2C 1
2d2ed20f
SC
18#ifdef __MACH__
19 #define __DARWIN__
20 #define __CF_USE_FRAMEWORK_INCLUDES__
21 #define __NOEXTENSIONS__
22 #define __UNIX__
23 #define __UNIX_LIKE__
24#endif
30a70b29
SC
25
26#include "wx/wx_cw_cm.h"
27#ifdef __WXMSW__
28 #include <windows.h>
29 #include "wx/msw/winundef.h"
30#endif