source: GTP/trunk/Lib/Illum/GPUObscurancesGT/Libraries/wx/include/wx_cwcocoa_d.pchmm @ 1648

Revision 1648, 1.1 KB checked in by igarcia, 18 years ago (diff)
Line 
1/////////////////////////////////////////////////////////////////////////////
2// Name:        include/wx_cwcocoa_d.pchmm
3// Purpose:     Metrowerks Obj-C++ Precompiled Header File (wxCocoa Debug)
4// Author:      Tommy Tian (tommy.tian@webex.com)
5// Modified by: David Elliott
6// Created:     10/04/2004
7// RCS-ID:      $Id: wx_cwcocoa_d.pchmm,v 1.1 2004/11/02 06:22:02 DE Exp $
8// Copyright:   (c) Tommy Tian
9// Licence:     wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#if __option (profile) 
13        #error "profiling is not supported for debug targets"
14#else
15#if __mwlinker__
16        #pragma precompile_target "wx_cocoaMacOSXmm_d.mch"
17#else
18        #pragma precompile_target "wx_cocoaMach-Omm_d.mch"
19#endif
20#endif
21
22#pragma once on
23#define WX_PRECOMP
24#define __WXDEBUG__ 1
25#define wxUSE_GUI 1
26#define TARGET_CARBON 1
27#define OLDP2C 1
28#ifdef __MACH__
29        #define __DARWIN__
30        #define __CF_USE_FRAMEWORK_INCLUDES__
31        #define __NOEXTENSIONS__
32        #define __UNIX__
33        #define __UNIX_LIKE__
34#endif
35#include "wx/wx_cwcocoa_cm.h"
36#ifdef WX_PRECOMP
37#include "wx/wxprec.h"
38#endif
Note: See TracBrowser for help on using the repository browser.