do not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use the real setup.h and then include setup_gccxml.h to 'fix' things so that gccxml is happy

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-03-16 17:51:47 +00:00
parent 7ab4bb30bc
commit 601b9dfa71
2 changed files with 14 additions and 1136 deletions

View File

@ -244,16 +244,18 @@
Note that it must be included before defining hardware symbols below as they
could be already defined by configure
*/
#include "wx/setup.h"
#ifdef __GCCXML__
/*
we're using gccxml to create an XML representation of the entire
wxWidgets interface; pass it a special setup.h file
wxWidgets interface; use a special setup_gccxml.h file to fix some
of the stuff #defined by the real setup.h
*/
#include "wx/setup_gccxml.h"
#else
#include "wx/setup.h"
#endif
/*
Hardware platform detection.

File diff suppressed because it is too large Load Diff