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

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