]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: include/wx_cwcocoa_d.pch | |
3 | // Purpose: Metrowerks C Precompiled Header File (wxCocoa Debug) | |
4 | // Author: Tommy Tian (tommy.tian@webex.com) | |
5 | // Modified by: David Elliott | |
6 | // Created: 10/04/2004 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Tommy Tian | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #if __option (profile) | |
13 | #error "profiling is not supported for debug targets" | |
14 | #else | |
15 | #if __mwlinker__ | |
16 | #pragma precompile_target "wx_cocoaMacOSX_d.mch" | |
17 | #else | |
18 | #pragma precompile_target "wx_cocoaMach-O_d.mch" | |
19 | #endif | |
20 | #endif | |
21 | ||
22 | #pragma once on | |
23 | #undef WX_PRECOMP | |
24 | #define __WXDEBUG__ 1 | |
25 | #define wxUSE_GUI 1 | |
26 | #define TARGET_CARBON 1 | |
27 | #define OLDP2C 1 | |
28 | #ifdef __MACH__ | |
29 | #define __DARWIN__ | |
30 | #define __CF_USE_FRAMEWORK_INCLUDES__ | |
31 | #define __NOEXTENSIONS__ | |
32 | #define __UNIX__ | |
33 | #define __UNIX_LIKE__ | |
34 | #endif | |
35 | ||
36 | #include "wx/wx_cwcocoa_cm.h" |