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

Revision 1648, 616 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#if __POWERPC__
5        #pragma precompile_target "wx_PPC++_d.mch"
6    #pragma once on
7#elif __INTEL__
8        #pragma precompile_target "wx_x86++_d.mch"
9    /* Do NOT use #pragma once on for Win32 */
10#elif __CFM68K__
11        #pragma precompile_target "wx_cfm++_d.mch"
12    #pragma once on
13#else
14        #pragma precompile_target "wx_68k++_d.mch"
15    #pragma once on
16#endif
17#endif
18
19#define WX_PRECOMP
20#define __WXDEBUG__ 1
21#define wxUSE_GUI 1
22#define OLDP2C 1
23#include "wx/wx_cw_cm.h"
24#ifdef WX_PRECOMP
25   #include "wx/wxprec.h"
26#endif
Note: See TracBrowser for help on using the repository browser.