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

Revision 1648, 766 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#if __option (profile)
2#if __POWERPC__
3        #pragma precompile_target "wxshlba_PPC++_prof.mch"
4#elif __INTEL_
5        #pragma precompile_target "wxshlba_x86Prof++_prof.mch"
6#elif __CFM68K__
7        #pragma precompile_target "wxshlba_cfmProf++_prof.mch"
8#else
9        #pragma precompile_target "wxshlba_68kProf++_prof.mch"
10#endif
11#else
12#if __POWERPC__
13        #pragma precompile_target "wxshlba_PPC++.mch"
14#elif __INTEL__
15        #pragma precompile_target "wxshlba_x86++.mch"
16#elif __CFM68K__
17        #pragma precompile_target "wxshlba_cfm++.mch"
18#else
19        #pragma precompile_target "wxshlba_68k++.mch"
20#endif
21#endif
22
23#pragma once on
24#define WXUSINGDLL
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.