PCH support for !MSW/!autoconf platforms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
// check if to use precompiled headers: do it for most Windows compilers unless
|
// check if to use precompiled headers: do it for most Windows compilers unless
|
||||||
// explicitly disabled by defining NOPCH
|
// explicitly disabled by defining NOPCH
|
||||||
#if ( defined(__WXMSW__) && \
|
#if defined(__VISUALC__) || \
|
||||||
( defined(__BORLANDC__) || \
|
defined(__DMC__) || \
|
||||||
defined(__VISUALC__) || \
|
defined(__VISAGECPP__) || \
|
||||||
defined(__DIGITALMARS__) || \
|
defined(__MWERKS__) || \
|
||||||
defined(__WATCOMC__) ) ) || \
|
defined(__WATCOMC__) || \
|
||||||
defined(__VISAGECPP__) || \
|
defined(__BORLANDC__)
|
||||||
defined(__MWERKS__)
|
|
||||||
|
|
||||||
// If user did not request NOCPH and we're not building using configure
|
// If user did not request NOCPH and we're not building using configure
|
||||||
// then assume user wants precompiled headers.
|
// then assume user wants precompiled headers.
|
||||||
|
Reference in New Issue
Block a user