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

Revision 1648, 765 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#if __option (profile)
2#if __POWERPC__
3        #pragma precompile_target "wxshlb_PPC_prof.mch"
4#elif __INTEL__
5        #pragma precompile_target "wxshlb_x86_prof.mch"
6#elif __CFM68K__
7        #pragma precompile_target "wxshlb_cfm_prof.mch"
8#else
9        #pragma precompile_target "wxshlb_68k_prof.mch"
10#endif
11#else
12#if __POWERPC__
13        #pragma precompile_target "wxshlb_PPC.mch"     
14#elif __INTEL__
15        #pragma precompile_target "wxshlb_x86.mch"
16#elif __CFM68K__
17        #pragma precompile_target "wxshlb_cfm.mch"
18#else
19        #pragma precompile_target "wxshlb_68k.mch"
20#endif
21#endif
22
23#pragma once on
24#define WXMAKINGDLL
25#undef WX_PRECOMP
26#define wxUSE_GUI 1
27#define OLDP2C 1
28#include "wx/wx_cw_cm.h"
29#ifdef __WXMSW__
30    #include <windows.h>
31    #include "wx/msw/winundef.h"
32#endif
Note: See TracBrowser for help on using the repository browser.