minor corrections for CodeWarrior

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-02-02 20:48:54 +00:00
parent 03424b1b89
commit 288d4f8b91
4 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
Makefile.in Makefile.in
*.mch

View File

@@ -25,4 +25,6 @@
#define wxUSE_GUI 1 #define wxUSE_GUI 1
#define OLDP2C 1 #define OLDP2C 1
#include "wx/wx_cw_cm.h" #include "wx/wx_cw_cm.h"
#include "wx/wxprec.h" #ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

View File

@@ -3,17 +3,15 @@
#else #else
#if __POWERPC__ #if __POWERPC__
#pragma precompile_target "wx_PPC_d.mch" #pragma precompile_target "wx_PPC_d.mch"
#elif __INTEL__ #elif __INTEL__
#pragma precompile_target "wx_x86_d.mch" #pragma precompile_target "wx_x86_d.mch"
#elif __CFM68K__ #elif __CFM68K__
#pragma precompile_target "wx_cfm_d.mch" #pragma precompile_target "wx_cfm_d.mch"
#else #else
#pragma precompile_target "wx_68k_d.mch" #pragma precompile_target "wx_68k_d.mch"
#endif #endif
#endif #endif
#pragma once on #pragma once on
#undef WX_PRECOMP #undef WX_PRECOMP
#define __WXDEBUG__ 1 #define __WXDEBUG__ 1

View File

@@ -19,5 +19,5 @@
#define OLDP2C 1 #define OLDP2C 1
#include "wx/wx_cw_cm.h" #include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP #ifdef WX_PRECOMP
#include "wx/wxprec.h" #include "wx/wxprec.h"
#endif #endif