]>
Commit | Line | Data |
---|---|---|
03ed957a DE |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: include/wx/wx_cwcocoa.h | |
3 | // Purpose: Metrowerks Prefix Header File (wxCocoa Release) | |
4 | // Author: Tommy Tian (tommy.tian@webex.com) | |
5 | // Modified by: David Elliott | |
6 | // Created: 10/22/2004 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Tommy Tian | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #ifndef _WX_CW_COCOA__ | |
13 | #define _WX_CW_COCOA__ | |
14 | ||
15 | #if __MWERKS__ >= 0x2400 && __MWERKS__ <= 0x3200 | |
16 | #pragma old_argmatch on | |
17 | #endif | |
18 | ||
19 | #if __option(profile) | |
20 | #ifdef __cplusplus | |
21 | #ifdef __OBJC__ | |
22 | #if __mwlinker__ | |
23 | #include "wx_cocoaMacOSXmm_prof.mch" | |
24 | #else | |
25 | #include "wx_cocoaMach-Omm_prof.mch" | |
26 | #endif | |
27 | #else | |
28 | #if __mwlinker__ | |
29 | #include "wx_cocoaMacOSX++_prof.mch" | |
30 | #else | |
31 | #include "wx_cocoaMach-O++_prof.mch" | |
32 | #endif | |
33 | #endif | |
34 | #else | |
35 | #if __mwlinker__ | |
36 | #include "wx_cocoaMacOSX_prof.mch" | |
37 | #else | |
38 | #include "wx_cocoaMach-O_prof.mch" | |
39 | #endif | |
40 | #endif | |
41 | #else | |
42 | #ifdef __cplusplus | |
43 | #ifdef __OBJC__ | |
44 | #if __mwlinker__ | |
45 | #include "wx_cocoaMacOSXmm.mch" | |
46 | #else | |
47 | #include "wx_cocoaMach-Omm.mch" | |
48 | #endif | |
49 | #else | |
50 | #if __mwlinker__ | |
51 | #include "wx_cocoaMacOSX++.mch" | |
52 | #else | |
53 | #include "wx_cocoaMach-O++.mch" | |
54 | #endif | |
55 | #endif | |
56 | #else | |
57 | #if __mwlinker__ | |
58 | #include "wx_cocoaMacOSX.mch" | |
59 | #else | |
60 | #include "wx_cocoaMach-O.mch" | |
61 | #endif | |
62 | #endif | |
63 | #endif | |
64 | ||
65 | #endif | |
66 | // _WX_CW_COCOA__ |