new headers for new shared lib targets on codewarrior

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-01-20 16:05:07 +00:00
parent 0e0bc92190
commit ff297bdd57
16 changed files with 404 additions and 0 deletions

32
include/wxshlb_cw.pch Normal file
View File

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

31
include/wxshlb_cw.pch++ Normal file
View File

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

25
include/wxshlb_cw_d.pch Normal file
View File

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

24
include/wxshlb_cw_d.pch++ Normal file
View File

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

22
include/wxshlb_cwc.pch Normal file
View File

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

23
include/wxshlb_cwc.pch++ Normal file
View File

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

22
include/wxshlb_cwc_d.pch Normal file
View File

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

View File

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

32
include/wxshlba_cw.pch Normal file
View File

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

31
include/wxshlba_cw.pch++ Normal file
View File

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

25
include/wxshlba_cw_d.pch Normal file
View File

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

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

22
include/wxshlba_cwc.pch Normal file
View File

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

23
include/wxshlba_cwc.pch++ Normal file
View File

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

22
include/wxshlba_cwc_d.pch Normal file
View File

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

View File

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