added the rungccxml.sh script and the setup_gccxml.h file to make it easier to generate the gccxml output for ifacecheck

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-26 16:40:54 +00:00
parent 29f571de5c
commit 2f46438b36
7 changed files with 1241 additions and 4 deletions

View File

@@ -211,7 +211,15 @@
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
*/
#include "wx/setup_gccxml.h"
#else
#include "wx/setup.h"
#endif
/*
Hardware platform detection.
@@ -277,7 +285,7 @@
/*
test for old versions of Borland C, normally need at least 5.82, Turbo
explorer, available for free at http://www.turboexplorer.com/downloads
explorer, available for free at http://www.turboexplorer.com/downloads
*/
#if defined(__BORLANDC__) && (__BORLANDC__ < 0x550)
# error "wxWidgets requires a newer version of Borland, we recommend upgrading to 5.82 (Turbo Explorer). You may at your own risk remove this line and try building but be prepared to get build errors."

1154
include/wx/setup_gccxml.h Normal file

File diff suppressed because it is too large Load Diff