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:
Stefan Csomor 2003-05-16 16:15:58 +00:00
parent 92337e39b9
commit 056541fab7
10 changed files with 14360 additions and 0 deletions

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
View 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
View 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
View 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
View 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

File diff suppressed because it is too large Load Diff

4
src/stc/stc_cw.h Executable file
View 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
View 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
View 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
View File

@ -0,0 +1,4 @@
#define __WX__
#define SCI_LEXER
#define LINK_LEXERS
#include "wx/wx_cwc_d.h"