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

Revision 1648, 750 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#if __MACH__
5        #pragma precompile_target "wxshlba_Mach++_d.mch"
6#elif __POWERPC__
7        #pragma precompile_target "wxshlba_Carbon++_d.mch"
8#else
9        #error "illegal processor for carbon"
10#endif
11
12#endif
13
14#pragma once on
15#define WXUSINGDLL
16#define WX_PRECOMP
17#define __WXDEBUG__ 1
18#define wxUSE_GUI 1
19#define TARGET_CARBON 1
20#define OLDP2C 1
21#ifdef __MACH__
22        #define __DARWIN__
23        #define __CF_USE_FRAMEWORK_INCLUDES__
24        #define __NOEXTENSIONS__
25        #define __UNIX__
26        #define __UNIX_LIKE__
27    #define HAVE_USLEEP 1
28    #define HAVE_FCNTL  1
29    #define HAVE_UNAME  1
30#endif
31
32#include "wx/wx_cw_cm.h"
33#ifdef WX_PRECOMP
34#include "wx/wxprec.h"
35#endif
Note: See TracBrowser for help on using the repository browser.