Line | |
---|
1 | #if __option (profile)
|
---|
2 | #error "profiling is not supported for debug targets"
|
---|
3 | #else
|
---|
4 | #if __POWERPC__
|
---|
5 | #pragma precompile_target "wxshlb_PPC_d.mch"
|
---|
6 | #elif __INTEL__
|
---|
7 | #pragma precompile_target "wxshlb_x86_d.mch"
|
---|
8 | #elif __CFM68K__
|
---|
9 | #pragma precompile_target "wxshlb_cfm_d.mch"
|
---|
10 | #else
|
---|
11 | #pragma precompile_target "wxshlb_68k_d.mch"
|
---|
12 | #endif
|
---|
13 | #endif
|
---|
14 |
|
---|
15 | #pragma once on
|
---|
16 | #undef WX_PRECOMP
|
---|
17 | #define __WXDEBUG__ 1
|
---|
18 | #define WXMAKINGDLL
|
---|
19 | #define wxUSE_GUI 1
|
---|
20 | #define OLDP2C 1
|
---|
21 | #include "wx/wx_cw_cm.h"
|
---|
22 | #ifdef __WXMSW__
|
---|
23 | #include <windows.h>
|
---|
24 | #include "wx/msw/winundef.h"
|
---|
25 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.