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:
@@ -124,13 +124,13 @@ arg1 : WORD
|
|||||||
* for example, cross compilation. */
|
* for example, cross compilation. */
|
||||||
#if (defined(__WXGTK__) || defined(__WXWINE__) || defined(__WXMOTIF__)) || defined(__WX_SETUP_H__) && !defined(NO_CONFIGURE)
|
#if (defined(__WXGTK__) || defined(__WXWINE__) || defined(__WXMOTIF__)) || defined(__WX_SETUP_H__) && !defined(NO_CONFIGURE)
|
||||||
#include "lexer.c"
|
#include "lexer.c"
|
||||||
#else
|
#elif defined(__WXMAC__) && defined(__APPLE__)
|
||||||
#if (defined(__MWERKS__))
|
#include "lexer.c"
|
||||||
|
#elif defined(__MWERKS__)
|
||||||
#include "../common/cwlex_yy.c"
|
#include "../common/cwlex_yy.c"
|
||||||
#else
|
#else
|
||||||
#include "../common/lex_yy.c"
|
#include "../common/lex_yy.c"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
void yyerror(s)
|
void yyerror(s)
|
||||||
|
Reference in New Issue
Block a user