source: GTP/trunk/Lib/Illum/GPUObscurancesGT/Libraries/wx/include/wx_cwcocoa.pch++ @ 1648

Revision 1648, 1.2 KB checked in by igarcia, 18 years ago (diff)
Line 
1/////////////////////////////////////////////////////////////////////////////
2// Name:        include/wx_cwcocoa_d.pch++
3// Purpose:     Metrowerks C++ Precompiled Header File (wxCocoa Release)
4// Author:      Tommy Tian (tommy.tian@webex.com)
5// Modified by: David Elliott
6// Created:     10/04/2004
7// RCS-ID:      $Id: wx_cwcocoa.pch++,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#if __mwlinker__
14        #pragma precompile_target "wx_cocoaMacOSX++_prof.mch"
15#else
16        #pragma precompile_target "wx_cocoaMach-O++_prof.mch"
17#endif 
18#else
19#if __mwlinker__
20        #pragma precompile_target "wx_cocoaMacOSX++.mch"
21#else
22        #pragma precompile_target "wx_cocoaMach-O++.mch"
23#endif
24#endif
25
26#pragma once on
27#define WX_PRECOMP
28#define wxUSE_GUI 1
29#define TARGET_CARBON 1
30#define OLDP2C 1
31#ifdef __MACH__
32        #define __DARWIN__
33        #define __CF_USE_FRAMEWORK_INCLUDES__
34        #define __NOEXTENSIONS__
35        #define __UNIX__
36        #define __UNIX_LIKE__
37#endif
38#include "wx/wx_cwcocoa_cm.h"
39#ifdef WX_PRECOMP
40#include "wx/wxprec.h"
41#endif
Note: See TracBrowser for help on using the repository browser.