2000-08-09 10:57:08 +00:00
|
|
|
#if __option (profile)
|
2003-03-28 19:18:51 +00:00
|
|
|
#ifdef __MACH__
|
|
|
|
#pragma precompile_target "wx_Mach_prof.mch"
|
|
|
|
#elif __POWERPC__
|
2000-08-09 10:57:08 +00:00
|
|
|
#pragma precompile_target "wx_Carbon_prof.mch"
|
|
|
|
#else
|
|
|
|
#error "illegal processor for carbon"
|
|
|
|
#endif
|
|
|
|
#else
|
2003-03-28 19:18:51 +00:00
|
|
|
#ifdef __MACH__
|
|
|
|
#pragma precompile_target "wx_Mach.mch"
|
|
|
|
#elif __POWERPC__
|
2000-08-09 10:57:08 +00:00
|
|
|
#pragma precompile_target "wx_Carbon.mch"
|
|
|
|
#else
|
|
|
|
#error "illegal processor for carbon"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#pragma once on
|
|
|
|
#undef WX_PRECOMP
|
|
|
|
#define wxUSE_GUI 1
|
|
|
|
#define TARGET_CARBON 1
|
|
|
|
#define OLDP2C 1
|
2003-03-28 19:18:51 +00:00
|
|
|
#ifdef __MACH__
|
|
|
|
#define __DARWIN__
|
|
|
|
#define __CF_USE_FRAMEWORK_INCLUDES__
|
|
|
|
#define __NOEXTENSIONS__
|
|
|
|
#define __UNIX__
|
|
|
|
#define __UNIX_LIKE__
|
|
|
|
#endif
|
2001-05-10 20:43:31 +00:00
|
|
|
|
2000-08-09 10:57:08 +00:00
|
|
|
#include "wx/wx_cw_cm.h"
|