From 49f7bb4f7aab9e7775e0e933e09ed7386a857f36 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 9 Apr 2013 06:52:03 +0000 Subject: [PATCH] removing codewarrior support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/stc_cw.h | 4 ---- src/stc/stc_cw_d.h | 4 ---- src/stc/stc_cwc.h | 4 ---- src/stc/stc_cwc_d.h | 4 ---- 4 files changed, 16 deletions(-) delete mode 100644 src/stc/stc_cw.h delete mode 100644 src/stc/stc_cw_d.h delete mode 100644 src/stc/stc_cwc.h delete mode 100644 src/stc/stc_cwc_d.h diff --git a/src/stc/stc_cw.h b/src/stc/stc_cw.h deleted file mode 100644 index 352f7e383c..0000000000 --- a/src/stc/stc_cw.h +++ /dev/null @@ -1,4 +0,0 @@ -#define __WX__ -#define SCI_LEXER -#define LINK_LEXERS -#include "wx/wx_cw.h" \ No newline at end of file diff --git a/src/stc/stc_cw_d.h b/src/stc/stc_cw_d.h deleted file mode 100644 index c865c2817a..0000000000 --- a/src/stc/stc_cw_d.h +++ /dev/null @@ -1,4 +0,0 @@ -#define __WX__ -#define SCI_LEXER -#define LINK_LEXERS -#include "wx/wx_cw_d.h" \ No newline at end of file diff --git a/src/stc/stc_cwc.h b/src/stc/stc_cwc.h deleted file mode 100644 index e45ddef66a..0000000000 --- a/src/stc/stc_cwc.h +++ /dev/null @@ -1,4 +0,0 @@ -#define __WX__ -#define SCI_LEXER -#define LINK_LEXERS -#include "wx/wx_cwc.h" \ No newline at end of file diff --git a/src/stc/stc_cwc_d.h b/src/stc/stc_cwc_d.h deleted file mode 100644 index bb809f5b14..0000000000 --- a/src/stc/stc_cwc_d.h +++ /dev/null @@ -1,4 +0,0 @@ -#define __WX__ -#define SCI_LEXER -#define LINK_LEXERS -#include "wx/wx_cwc_d.h" \ No newline at end of file -- 2.45.2