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
*.mch

View File

@@ -25,4 +25,6 @@
#define wxUSE_GUI 1
#define OLDP2C 1
#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
#if __POWERPC__
#pragma precompile_target "wx_PPC_d.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86_d.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfm_d.mch"
#else
#pragma precompile_target "wx_68k_d.mch"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define __WXDEBUG__ 1

View File

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