Don't automatically define WX_PRECOMP when building using configure.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bc13e77252
commit
248eaddf7a
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@
|
|||
defined(__VISAGECPP__) || \
|
||||
defined(__MWERKS__)
|
||||
|
||||
#if !defined(NOPCH)
|
||||
// If user did not request NOCPH and we're not building using configure
|
||||
// then assume user wants precompiled headers.
|
||||
#if !defined(NOPCH) && !defined(__WX_SETUP_H__)
|
||||
#define WX_PRECOMP
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue