1998-12-10 13:41:04 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx_cw_d.h
|
2004-05-23 14:56:36 +00:00
|
|
|
// Purpose: wxWidgets definitions for CodeWarrior builds (Debug)
|
1998-12-10 13:41:04 +00:00
|
|
|
// Author: Stefan Csomor
|
|
|
|
// Modified by:
|
|
|
|
// Created: 12/10/98
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Stefan Csomor
|
2004-09-24 14:32:35 +00:00
|
|
|
// Licence: wxWindows licence
|
1998-12-10 13:41:04 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef _WX_CW__
|
|
|
|
#define _WX_CW__
|
|
|
|
|
2004-02-08 06:13:46 +00:00
|
|
|
#if __MWERKS__ >= 0x2400 && __MWERKS__ < 0x3200
|
2000-12-10 10:17:00 +00:00
|
|
|
#pragma old_argmatch on
|
|
|
|
#endif
|
|
|
|
|
1999-11-05 09:16:09 +00:00
|
|
|
#if __option(profile)
|
|
|
|
#error "profiling is not supported in debug versions"
|
|
|
|
#else
|
1998-12-21 08:36:48 +00:00
|
|
|
#ifdef __cplusplus
|
2004-09-24 14:32:35 +00:00
|
|
|
#if __POWERPC__
|
|
|
|
#include <wx_PPC++_d.mch>
|
|
|
|
#elif __INTEL__
|
|
|
|
#include <wx_x86++_d.mch>
|
|
|
|
#elif __CFM68K__
|
|
|
|
#include <wx_cfm++_d.mch>
|
|
|
|
#else
|
|
|
|
#include <wx_68k++_d.mch>
|
|
|
|
#endif
|
1999-01-01 16:22:21 +00:00
|
|
|
#else
|
2004-09-24 14:32:35 +00:00
|
|
|
#if __POWERPC__
|
|
|
|
#include <wx_PPC_d.mch>
|
|
|
|
#elif __INTEL__
|
|
|
|
#include <wx_x86_d.mch>
|
|
|
|
#elif __CFM68K__
|
|
|
|
#include <wx_cfm_d.mch>
|
|
|
|
#else
|
|
|
|
#include <wx_68k_d.mch>
|
|
|
|
#endif
|
1998-12-21 08:36:48 +00:00
|
|
|
#endif
|
1999-11-05 09:16:09 +00:00
|
|
|
#endif
|
1999-01-01 16:22:21 +00:00
|
|
|
|
1998-12-10 13:41:04 +00:00
|
|
|
#endif
|
|
|
|
// _WX_CW__
|