projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix linking problems with MSVC 5.
[wxWidgets.git]
/
include
/
wx_cwc_d.pch
1
#if __option (profile)
2
#error "profiling is not supported for debug targets"
3
#else
4
#if __POWERPC__
5
#pragma precompile_target "wx_Carbon_d.mch"
6
#else
7
#error "illegal processor for carbon"
8
#endif
9
#endif
10
#pragma once on
11
#undef WX_PRECOMP
12
#define __WXDEBUG__ 1
13
#define wxUSE_GUI 1
14
#define TARGET_CARBON 1
15
#define OLDP2C 1
16
17
#include "wx/wx_cw_cm.h"
18
#ifdef __WXMSW__
19
#include <windows.h>
20
#include "wx/msw/winundef.h"
21
#endif