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

Revision 1648, 640 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#if __option (profile) 
2        #error "profiling is not supported for debug targets"
3#else
4#ifdef __MACH__
5        #pragma precompile_target "wx_Mach++_d.mch"
6#elif __POWERPC__
7        #pragma precompile_target "wx_Carbon++_d.mch"
8#else
9        #error "illegal processor for carbon"
10#endif
11
12#endif
13
14#pragma once on
15#define WX_PRECOMP
16#define __WXDEBUG__ 1
17#define wxUSE_GUI 1
18#define TARGET_CARBON 1
19#define OLDP2C 1
20#ifdef __MACH__
21        #define __DARWIN__
22        #define __CF_USE_FRAMEWORK_INCLUDES__
23        #define __NOEXTENSIONS__
24        #define __UNIX__
25        #define __UNIX_LIKE__
26#endif
27#include "wx/wx_cw_cm.h"
28#ifdef WX_PRECOMP
29#include "wx/wxprec.h"
30#endif
Note: See TracBrowser for help on using the repository browser.