]> git.saurik.com Git - wxWidgets.git/blob - include/wx_cwc_d.pch++
wxUSE_XRC implies wxUSE_XML now
[wxWidgets.git] / include / wx_cwc_d.pch++
1 #if __option (profile)
2 #error "profiling is not supported for debug targets"
3 #else
4 #ifdef __MACH__
5 #pragma precompile_target "wx_Mach++_d.mch"
6 #elif __POWERPC__
7 #pragma precompile_target "wx_Carbon++_d.mch"
8 #else
9 #error "illegal processor for carbon"
10 #endif
11
12 #endif
13
14 #pragma once on
15 #define WX_PRECOMP
16 #define __WXDEBUG__ 1
17 #define wxUSE_GUI 1
18 #define TARGET_CARBON 1
19 #define OLDP2C 1
20 #ifdef __MACH__
21 #define __DARWIN__
22 #define __CF_USE_FRAMEWORK_INCLUDES__
23 #define __NOEXTENSIONS__
24 #define __UNIX__
25 #define __UNIX_LIKE__
26 #endif
27 #include "wx/wx_cw_cm.h"
28 #ifdef WX_PRECOMP
29 #include "wx/wxprec.h"
30 #endif