correction for compilation with ProjectBuilder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d6263458e4
commit
0d4d0e8d76
@ -124,13 +124,13 @@ arg1 : WORD
|
||||
* for example, cross compilation. */
|
||||
#if (defined(__WXGTK__) || defined(__WXWINE__) || defined(__WXMOTIF__)) || defined(__WX_SETUP_H__) && !defined(NO_CONFIGURE)
|
||||
#include "lexer.c"
|
||||
#else
|
||||
#if (defined(__MWERKS__))
|
||||
#elif defined(__WXMAC__) && defined(__APPLE__)
|
||||
#include "lexer.c"
|
||||
#elif defined(__MWERKS__)
|
||||
#include "../common/cwlex_yy.c"
|
||||
#else
|
||||
#include "../common/lex_yy.c"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
void yyerror(s)
|
||||
|
Loading…
Reference in New Issue
Block a user