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

Revision 1648, 562 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 "wxshlba_PPC++_d.mch"
6#elif __INTEL__
7        #pragma precompile_target "wxshlba_x86++_d.mch"
8#elif __CFM68K__
9        #pragma precompile_target "wxshlba_cfm++_d.mch"
10#else
11        #pragma precompile_target "wxshlba_68k++_d.mch"
12#endif
13#endif
14
15#pragma once on
16#define WX_PRECOMP
17#define __WXDEBUG__ 1
18#define WXUSINGDLL
19#define wxUSE_GUI 1
20#define OLDP2C 1
21#include "wx/wx_cw_cm.h"
22#ifdef WX_PRECOMP
23   #include "wx/wxprec.h"
24#endif
Note: See TracBrowser for help on using the repository browser.