Removing pch header files for CodeWarrior and also the wx_pb.h which is no longer used.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-03-12 17:26:48 +00:00
parent e9b686c595
commit 69cf69be93
33 changed files with 0 additions and 1067 deletions

View File

@@ -1,38 +0,0 @@
#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wx_PPC_prof.mch"
#pragma once on
#elif __INTEL__
#pragma precompile_target "wx_x86_prof.mch"
/* Do NOT use #pragma once on for Win32 */
#elif __CFM68K__
#pragma precompile_target "wx_cfm_prof.mch"
#pragma once on
#else
#pragma precompile_target "wx_68k_prof.mch"
#pragma once on
#endif
#else
#if __POWERPC__
#pragma precompile_target "wx_PPC.mch"
#pragma once on
#elif __INTEL__
#pragma precompile_target "wx_x86.mch"
/* Do NOT use #pragma once on for Win32 */
#elif __CFM68K__
#pragma precompile_target "wx_cfm.mch"
#pragma once on
#else
#pragma precompile_target "wx_68k.mch"
#pragma once on
#endif
#endif
#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

View File

@@ -1,37 +0,0 @@
#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wx_PPC++_prof.mch"
#pragma once on
#elif __INTEL_
#pragma precompile_target "wx_x86Prof++_prof.mch"
/* Do NOT use #pragma once on for Win32 */
#elif __CFM68K__
#pragma precompile_target "wx_cfmProf++_prof.mch"
#pragma once on
#else
#pragma precompile_target "wx_68kProf++_prof.mch"
#pragma once on
#endif
#else
#if __POWERPC__
#pragma precompile_target "wx_PPC++.mch"
#pragma once on
#elif __INTEL__
#pragma precompile_target "wx_x86++.mch"
/* Do NOT use #pragma once on for Win32 */
#elif __CFM68K__
#pragma precompile_target "wx_cfm++.mch"
#pragma once on
#else
#pragma precompile_target "wx_68k++.mch"
#pragma once on
#endif
#endif
#define WX_PRECOMP
#define wxUSE_GUI 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,27 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __POWERPC__
#pragma precompile_target "wx_PPC_d.mch"
#pragma once on
#elif __INTEL__
#pragma precompile_target "wx_x86_d.mch"
/* Do NOT use #pragma once on for Win32 */
#elif __CFM68K__
#pragma precompile_target "wx_cfm_d.mch"
#pragma once on
#else
#pragma precompile_target "wx_68k_d.mch"
#pragma once on
#endif
#endif
#undef WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,26 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __POWERPC__
#pragma precompile_target "wx_PPC++_d.mch"
#pragma once on
#elif __INTEL__
#pragma precompile_target "wx_x86++_d.mch"
/* Do NOT use #pragma once on for Win32 */
#elif __CFM68K__
#pragma precompile_target "wx_cfm++_d.mch"
#pragma once on
#else
#pragma precompile_target "wx_68k++_d.mch"
#pragma once on
#endif
#endif
#define WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,32 +0,0 @@
#if __option (profile)
#ifdef __MACH__
#pragma precompile_target "wx_Mach_prof.mch"
#elif __POWERPC__
#pragma precompile_target "wx_Carbon_prof.mch"
#else
#error "illegal processor for carbon"
#endif
#else
#ifdef __MACH__
#pragma precompile_target "wx_Mach.mch"
#elif __POWERPC__
#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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cw_cm.h"

View File

@@ -1,33 +0,0 @@
#if __option (profile)
#ifdef __MACH__
#pragma precompile_target "wx_Mach++_prof.mch"
#elif __POWERPC__
#pragma precompile_target "wx_Carbon++_prof.mch"
#else
#error "illegal processor for carbon"
#endif
#else
#ifdef __MACH__
#pragma precompile_target "wx_Mach++.mch"
#elif __POWERPC__
#pragma precompile_target "wx_Carbon++.mch"
#else
#error "illegal processor for carbon"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cw_cm.h"
#include "wx/wxprec.h"

View File

@@ -1,30 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#ifdef __MACH__
#pragma precompile_target "wx_Mach_d.mch"
#elif __POWERPC__
#pragma precompile_target "wx_Carbon_d.mch"
#else
#error "illegal processor for carbon"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,30 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#ifdef __MACH__
#pragma precompile_target "wx_Mach++_d.mch"
#elif __POWERPC__
#pragma precompile_target "wx_Carbon++_d.mch"
#else
#error "illegal processor for carbon"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,39 +0,0 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx_cwcocoa.pch
// Purpose: Metrowerks C Precompiled Header File (wxCocoa Release)
// Author: Tommy Tian (tommy.tian@webex.com)
// Modified by: David Elliott
// Created: 10/04/2004
// RCS-ID: $Id$
// Copyright: (c) Tommy Tian
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if __option (profile)
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSX_prof.mch"
#else
#pragma precompile_target "wx_cocoaMach-O_prof.mch"
#endif
#else
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSX.mch"
#else
#pragma precompile_target "wx_cocoaMach-O.mch"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cwcocoa_cm.h"

View File

@@ -1,41 +0,0 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx_cwcocoa_d.pch++
// Purpose: Metrowerks C++ Precompiled Header File (wxCocoa Release)
// Author: Tommy Tian (tommy.tian@webex.com)
// Modified by: David Elliott
// Created: 10/04/2004
// RCS-ID: $Id$
// Copyright: (c) Tommy Tian
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if __option (profile)
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSX++_prof.mch"
#else
#pragma precompile_target "wx_cocoaMach-O++_prof.mch"
#endif
#else
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSX++.mch"
#else
#pragma precompile_target "wx_cocoaMach-O++.mch"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cwcocoa_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,41 +0,0 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx_cwcocoa_d.pchmm
// Purpose: Metrowerks Obj-C++ Precompiled Header File (wxCocoa Release)
// Author: Tommy Tian (tommy.tian@webex.com)
// Modified by: David Elliott
// Created: 10/04/2004
// RCS-ID: $Id$
// Copyright: (c) Tommy Tian
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if __option (profile)
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSXmm_prof.mch"
#else
#pragma precompile_target "wx_cocoaMach-Omm_prof.mch"
#endif
#else
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSXmm.mch"
#else
#pragma precompile_target "wx_cocoaMach-Omm.mch"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cwcocoa_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,36 +0,0 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx_cwcocoa_d.pch
// Purpose: Metrowerks C Precompiled Header File (wxCocoa Debug)
// Author: Tommy Tian (tommy.tian@webex.com)
// Modified by: David Elliott
// Created: 10/04/2004
// RCS-ID: $Id$
// Copyright: (c) Tommy Tian
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSX_d.mch"
#else
#pragma precompile_target "wx_cocoaMach-O_d.mch"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cwcocoa_cm.h"

View File

@@ -1,38 +0,0 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx_cwcocoa_d.pch++
// Purpose: Metrowerks C++ Precompiled Header File (wxCocoa Debug)
// Author: Tommy Tian (tommy.tian@webex.com)
// Modified by: David Elliott
// Created: 10/04/2004
// RCS-ID: $Id$
// Copyright: (c) Tommy Tian
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSX++_d.mch"
#else
#pragma precompile_target "wx_cocoaMach-O++_d.mch"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cwcocoa_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,38 +0,0 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx_cwcocoa_d.pchmm
// Purpose: Metrowerks Obj-C++ Precompiled Header File (wxCocoa Debug)
// Author: Tommy Tian (tommy.tian@webex.com)
// Modified by: David Elliott
// Created: 10/04/2004
// RCS-ID: $Id$
// Copyright: (c) Tommy Tian
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __mwlinker__
#pragma precompile_target "wx_cocoaMacOSXmm_d.mch"
#else
#pragma precompile_target "wx_cocoaMach-Omm_d.mch"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#endif
#include "wx/wx_cwcocoa_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,25 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __POWERPC__
#pragma precompile_target "wx_PPCu_d.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86u_d.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfmu_d.mch"
#else
#pragma precompile_target "wx_68ku_d.mch"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define __WXUNIVERSAL__ 1
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,24 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __POWERPC__
#pragma precompile_target "wx_PPCu++_d.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86u++_d.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfmu++_d.mch"
#else
#pragma precompile_target "wx_68ku++_d.mch"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define __WXUNIVERSAL__ 1
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,20 +0,0 @@
///////////////////////////////////////////////////////////////////////////////
// Name: wx_pb.h
// Purpose: Project Builder precompiled header
// Author: Gilles Depeyrot
// Modified by:
// Created: 22.01.02
// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define SIZEOF_INT 4
#define SIZEOF_WCHAR_T 4
#define TARGET_CARBON 1
#define HAVE_WCHAR_H 1
#define HAVE_WPRINTF 1
#define HAVE_VSWPRINTF 1
#define HAVE_STRCASECMP_IN_STRING_H 1

View File

@@ -1,32 +0,0 @@
#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

View File

@@ -1,31 +0,0 @@
#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

View File

@@ -1,25 +0,0 @@
#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

View File

@@ -1,24 +0,0 @@
#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

View File

@@ -1,38 +0,0 @@
#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wxshlb_Carbon_prof.mch"
#else
#error "illegal processor for carbon"
#endif
#else
#if __MACH__
#pragma precompile_target "wxshlb_Mach.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,37 +0,0 @@
#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wxshlb_Carbon++_prof.mch"
#else
#error "illegal processor for carbon"
#endif
#else
#if __MACH__
#pragma precompile_target "wxshlb_Mach++.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,34 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#ifdef __MACH__
#pragma precompile_target "wxshlb_Mach_d.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,35 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#ifdef __MACH__
#pragma precompile_target "wxshlb_Mach++_d.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,32 +0,0 @@
#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

View File

@@ -1,31 +0,0 @@
#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

View File

@@ -1,25 +0,0 @@
#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

View File

@@ -1,24 +0,0 @@
#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

View File

@@ -1,38 +0,0 @@
#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wxshlba_Carbon_prof.mch"
#else
#error "illegal processor for carbon"
#endif
#else
#if __MACH__
#pragma precompile_target "wxshlba_Mach.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,37 +0,0 @@
#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wxshlba_Carbon++_prof.mch"
#else
#error "illegal processor for carbon"
#endif
#else
#ifdef __MACH__
#pragma precompile_target "wxshlba_Mach++.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -1,34 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#ifdef __MACH__
#pragma precompile_target "wxshlba_Mach_d.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif

View File

@@ -1,35 +0,0 @@
#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __MACH__
#pragma precompile_target "wxshlba_Mach++_d.mch"
#elif __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
#ifdef __MACH__
#define __DARWIN__
#define __CF_USE_FRAMEWORK_INCLUDES__
#define __NOEXTENSIONS__
#define __UNIX__
#define __UNIX_LIKE__
#define HAVE_USLEEP 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#endif
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif