~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to include/wx/wxshlb_cwc_d.h

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// Name:        wx_cw_d.h
 
3
// Purpose:     wxWidgets definitions for CodeWarrior builds (Debug)
 
4
// Author:      Stefan Csomor
 
5
// Modified by:
 
6
// Created:     12/10/98
 
7
// RCS-ID:      $Id: wxshlb_cwc_d.h,v 1.6 2005/04/19 10:06:30 SC Exp $
 
8
// Copyright:   (c) Stefan Csomor
 
9
// Licence:     wxWindows licence
 
10
/////////////////////////////////////////////////////////////////////////////
 
11
 
 
12
#ifndef _WX_CW__
 
13
#define _WX_CW__
 
14
 
 
15
#if __MWERKS__ >= 0x2400
 
16
#pragma old_argmatch on
 
17
#endif
 
18
 
 
19
#if __option(profile)
 
20
#error "profiling is not supported in debug versions"
 
21
#else
 
22
#ifdef __cplusplus
 
23
    #ifdef __MACH__
 
24
        #include "wxshlb_Mach++_d.mch"
 
25
    #elif __POWERPC__
 
26
        #include "wxshlb_Carbon++_d.mch"
 
27
    #endif
 
28
#else
 
29
    #ifdef __MACH__
 
30
        #include "wxshlb_Mach_d.mch"
 
31
    #elif __POWERPC__
 
32
        #include "wxshlb_Carbon_d.mch"
 
33
    #endif
 
34
#endif
 
35
#endif
 
36
 
 
37
#endif
 
38
    // _WX_CW__