--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_PPC_prof.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlb_x86_prof.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlb_cfm_prof.mch"
+#else
+ #pragma precompile_target "wxshlb_68k_prof.mch"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_PPC.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlb_x86.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlb_cfm.mch"
+#else
+ #pragma precompile_target "wxshlb_68k.mch"
+#endif
+#endif
+
+#pragma once on
+#define WXMAKINGDLL
+#undef WX_PRECOMP
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+ #include <windows.h>
+ #include "wx/msw/winundef.h"
+#endif
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_PPC++_prof.mch"
+#elif __INTEL_
+ #pragma precompile_target "wxshlb_x86Prof++_prof.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlb_cfmProf++_prof.mch"
+#else
+ #pragma precompile_target "wxshlb_68kProf++_prof.mch"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_PPC++.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlb_x86++.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlb_cfm++.mch"
+#else
+ #pragma precompile_target "wxshlb_68k++.mch"
+#endif
+#endif
+
+#pragma once on
+#define WXMAKINGDLL
+#define WX_PRECOMP
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+ #include "wx/wxprec.h"
+#endif
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_PPC_d.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlb_x86_d.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlb_cfm_d.mch"
+#else
+ #pragma precompile_target "wxshlb_68k_d.mch"
+#endif
+#endif
+
+#pragma once on
+#undef WX_PRECOMP
+#define __WXDEBUG__ 1
+#define WXMAKINGDLL
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+ #include <windows.h>
+ #include "wx/msw/winundef.h"
+#endif
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_PPC++_d.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlb_x86++_d.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlb_cfm++_d.mch"
+#else
+ #pragma precompile_target "wxshlb_68k++_d.mch"
+#endif
+#endif
+
+#pragma once on
+#define WX_PRECOMP
+#define __WXDEBUG__ 1
+#define WXMAKINGDLL
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+ #include "wx/wxprec.h"
+#endif
\ No newline at end of file
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_Carbon_prof.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_Carbon.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#endif
+
+#pragma once on
+#define WXMAKINGDLL
+#undef WX_PRECOMP
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_Carbon++_prof.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_Carbon++.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#endif
+
+#pragma once on
+#define WXMAKINGDLL
+#define WX_PRECOMP
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
+#include "wx/wxprec.h"
\ No newline at end of file
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_Carbon_d.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#endif
+#pragma once on
+#undef WX_PRECOMP
+#define WXMAKINGDLL
+#define __WXDEBUG__ 1
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+ #include <windows.h>
+ #include "wx/msw/winundef.h"
+#endif
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlb_Carbon++_d.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+
+#endif
+
+#pragma once on
+#define WXMAKINGDLL
+#define WX_PRECOMP
+#define __WXDEBUG__ 1
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+#include "wx/wxprec.h"
+#endif
\ No newline at end of file
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_PPC_prof.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlba_x86_prof.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlba_cfm_prof.mch"
+#else
+ #pragma precompile_target "wxshlba_68k_prof.mch"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_PPC.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlba_x86.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlba_cfm.mch"
+#else
+ #pragma precompile_target "wxshlba_68k.mch"
+#endif
+#endif
+
+#pragma once on
+#define WXUSINGDLL
+#undef WX_PRECOMP
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+ #include <windows.h>
+ #include "wx/msw/winundef.h"
+#endif
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_PPC++_prof.mch"
+#elif __INTEL_
+ #pragma precompile_target "wxshlba_x86Prof++_prof.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlba_cfmProf++_prof.mch"
+#else
+ #pragma precompile_target "wxshlba_68kProf++_prof.mch"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_PPC++.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlba_x86++.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlba_cfm++.mch"
+#else
+ #pragma precompile_target "wxshlba_68k++.mch"
+#endif
+#endif
+
+#pragma once on
+#define WXUSINGDLL
+#define WX_PRECOMP
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+ #include "wx/wxprec.h"
+#endif
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_PPC_d.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlba_x86_d.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlba_cfm_d.mch"
+#else
+ #pragma precompile_target "wxshlba_68k_d.mch"
+#endif
+#endif
+
+#pragma once on
+#undef WX_PRECOMP
+#define __WXDEBUG__ 1
+#define WXUSINGDLL
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+ #include <windows.h>
+ #include "wx/msw/winundef.h"
+#endif
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_PPC++_d.mch"
+#elif __INTEL__
+ #pragma precompile_target "wxshlba_x86++_d.mch"
+#elif __CFM68K__
+ #pragma precompile_target "wxshlba_cfm++_d.mch"
+#else
+ #pragma precompile_target "wxshlba_68k++_d.mch"
+#endif
+#endif
+
+#pragma once on
+#define WX_PRECOMP
+#define __WXDEBUG__ 1
+#define WXUSINGDLL
+#define wxUSE_GUI 1
+#define OLDP2C 1
+#include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+ #include "wx/wxprec.h"
+#endif
\ No newline at end of file
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_Carbon_prof.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_Carbon.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#endif
+
+#pragma once on
+#define WXUSINGDLL
+#undef WX_PRECOMP
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
--- /dev/null
+#if __option (profile)
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_Carbon++_prof.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_Carbon++.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#endif
+
+#pragma once on
+#define WXUSINGDLL
+#define WX_PRECOMP
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
+#include "wx/wxprec.h"
\ No newline at end of file
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_Carbon_d.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+#endif
+#pragma once on
+#undef WX_PRECOMP
+#define WXUSINGDLL
+#define __WXDEBUG__ 1
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+ #include <windows.h>
+ #include "wx/msw/winundef.h"
+#endif
--- /dev/null
+#if __option (profile)
+ #error "profiling is not supported for debug targets"
+#else
+#if __POWERPC__
+ #pragma precompile_target "wxshlba_Carbon++_d.mch"
+#else
+ #error "illegal processor for carbon"
+#endif
+
+#endif
+
+#pragma once on
+#define WXUSINGDLL
+#define WX_PRECOMP
+#define __WXDEBUG__ 1
+#define wxUSE_GUI 1
+#define TARGET_CARBON 1
+#define OLDP2C 1
+
+#include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+#include "wx/wxprec.h"
+#endif
\ No newline at end of file