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

Revision 1648, 917 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#if __option (profile)
2#if __POWERPC__
3        #pragma precompile_target "wx_PPC_prof.mch"     
4    #pragma once on
5#elif __INTEL__
6        #pragma precompile_target "wx_x86_prof.mch"
7    /* Do NOT use #pragma once on for Win32 */
8#elif __CFM68K__
9        #pragma precompile_target "wx_cfm_prof.mch"
10    #pragma once on
11#else
12        #pragma precompile_target "wx_68k_prof.mch"
13    #pragma once on
14#endif
15#else
16#if __POWERPC__
17        #pragma precompile_target "wx_PPC.mch" 
18    #pragma once on
19#elif __INTEL__
20        #pragma precompile_target "wx_x86.mch"
21    /* Do NOT use #pragma once on for Win32 */
22#elif __CFM68K__
23        #pragma precompile_target "wx_cfm.mch"
24    #pragma once on
25#else
26        #pragma precompile_target "wx_68k.mch"
27    #pragma once on
28#endif
29#endif
30
31#undef WX_PRECOMP
32#define wxUSE_GUI 1
33#define OLDP2C 1
34#include "wx/wx_cw_cm.h"
35#ifdef __WXMSW__
36    #include <windows.h>
37    #include "wx/msw/winundef.h"
38#endif
Note: See TracBrowser for help on using the repository browser.