added cw support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
92337e39b9
commit
056541fab7
7164
contrib/src/stc/stcM8.xml
Normal file
7164
contrib/src/stc/stcM8.xml
Normal file
File diff suppressed because it is too large
Load Diff
4
contrib/src/stc/stc_cw.h
Executable file
4
contrib/src/stc/stc_cw.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cw.h"
|
4
contrib/src/stc/stc_cw_d.h
Executable file
4
contrib/src/stc/stc_cw_d.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cw_d.h"
|
4
contrib/src/stc/stc_cwc.h
Executable file
4
contrib/src/stc/stc_cwc.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cwc.h"
|
4
contrib/src/stc/stc_cwc_d.h
Executable file
4
contrib/src/stc/stc_cwc_d.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cwc_d.h"
|
7164
src/stc/stcM8.xml
Normal file
7164
src/stc/stcM8.xml
Normal file
File diff suppressed because it is too large
Load Diff
4
src/stc/stc_cw.h
Executable file
4
src/stc/stc_cw.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cw.h"
|
4
src/stc/stc_cw_d.h
Executable file
4
src/stc/stc_cw_d.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cw_d.h"
|
4
src/stc/stc_cwc.h
Executable file
4
src/stc/stc_cwc.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cwc.h"
|
4
src/stc/stc_cwc_d.h
Executable file
4
src/stc/stc_cwc_d.h
Executable file
@ -0,0 +1,4 @@
|
||||
#define __WX__
|
||||
#define SCI_LEXER
|
||||
#define LINK_LEXERS
|
||||
#include "wx/wx_cwc_d.h"
|
Loading…
Reference in New Issue
Block a user