2000-08-10 04:46:48 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx_cw_d.h
|
2004-05-23 10:56:36 -04:00
|
|
|
// Purpose: wxWidgets definitions for CodeWarrior builds (Debug)
|
2000-08-10 04:46:48 -04:00
|
|
|
// Author: Stefan Csomor
|
|
|
|
// Modified by:
|
|
|
|
// Created: 12/10/98
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Stefan Csomor
|
2004-09-24 10:32:35 -04:00
|
|
|
// Licence: wxWindows licence
|
2000-08-10 04:46:48 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef _WX_CW__
|
|
|
|
#define _WX_CW__
|
|
|
|
|
2006-01-18 09:13:20 -05:00
|
|
|
#if __MWERKS__ >= 0x2400 && __MWERKS__ < 0x3200
|
|
|
|
#pragma old_argmatch on
|
2000-12-10 05:17:00 -05:00
|
|
|
#endif
|
|
|
|
|
2000-08-10 04:46:48 -04:00
|
|
|
#if __option(profile)
|
|
|
|
#error "profiling is not supported in debug versions"
|
|
|
|
#else
|
|
|
|
#ifdef __cplusplus
|
2004-09-24 10:32:35 -04:00
|
|
|
#ifdef __MACH__
|
|
|
|
#include "wx_Mach++_d.mch"
|
|
|
|
#elif __POWERPC__
|
|
|
|
#include "wx_Carbon++_d.mch"
|
|
|
|
#endif
|
2000-08-10 04:46:48 -04:00
|
|
|
#else
|
2004-09-24 10:32:35 -04:00
|
|
|
#ifdef __MACH__
|
|
|
|
#include "wx_Mach_d.mch"
|
|
|
|
#elif __POWERPC__
|
|
|
|
#include "wx_Carbon_d.mch"
|
|
|
|
#endif
|
2000-08-10 04:46:48 -04:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// _WX_CW__
|