| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: include/wx_cwcocoa.pch |
| 3 | // Purpose: Metrowerks C Precompiled Header File (wxCocoa Release) |
| 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 | #if __mwlinker__ |
| 14 | #pragma precompile_target "wx_cocoaMacOSX_prof.mch" |
| 15 | #else |
| 16 | #pragma precompile_target "wx_cocoaMach-O_prof.mch" |
| 17 | #endif |
| 18 | #else |
| 19 | #if __mwlinker__ |
| 20 | #pragma precompile_target "wx_cocoaMacOSX.mch" |
| 21 | #else |
| 22 | #pragma precompile_target "wx_cocoaMach-O.mch" |
| 23 | #endif |
| 24 | #endif |
| 25 | |
| 26 | #pragma once on |
| 27 | #undef WX_PRECOMP |
| 28 | #define wxUSE_GUI 1 |
| 29 | #define TARGET_CARBON 1 |
| 30 | #define OLDP2C 1 |
| 31 | #ifdef __MACH__ |
| 32 | #define __DARWIN__ |
| 33 | #define __CF_USE_FRAMEWORK_INCLUDES__ |
| 34 | #define __NOEXTENSIONS__ |
| 35 | #define __UNIX__ |
| 36 | #define __UNIX_LIKE__ |
| 37 | #endif |
| 38 | |
| 39 | #include "wx/wx_cwcocoa_cm.h" |