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

Revision 1648, 759 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_x86Prof++_prof.mch"
6#elif __CFM68K__
7        #pragma precompile_target "wxshlb_cfmProf++_prof.mch"
8#else
9        #pragma precompile_target "wxshlb_68kProf++_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#define WX_PRECOMP
26#define wxUSE_GUI 1
27#define OLDP2C 1
28#include "wx/wx_cw_cm.h"
29#ifdef WX_PRECOMP
30   #include "wx/wxprec.h"
31#endif
Note: See TracBrowser for help on using the repository browser.