diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-10-07 19:23:45 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-10-07 19:23:45 +0200 |
commit | 08c58ff72efd61380e82329609c552d3c446071d (patch) | |
tree | d4200ee62204797e325df4446784f982e4250faa /patches/050-scinterm-lexlib.patch | |
parent | af17bd73e210f16c8947acb8119ff9e2d3c2f054 (diff) | |
parent | 35df3d7d0928b57166b2da800d40d38f079ce768 (diff) | |
download | sciteco-08c58ff72efd61380e82329609c552d3c446071d.tar.gz |
Merge branch 'master' of https://github.com/rhaberkorn/sciteco
Diffstat (limited to 'patches/050-scinterm-lexlib.patch')
-rw-r--r-- | patches/050-scinterm-lexlib.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/patches/050-scinterm-lexlib.patch b/patches/050-scinterm-lexlib.patch deleted file mode 100644 index bdc3fd8..0000000 --- a/patches/050-scinterm-lexlib.patch +++ /dev/null @@ -1,17 +0,0 @@ -Link the entire lexlib into Scinterm's scintilla.a. -The author forgot to add CharacterCategory.o. ---- a/scintilla/scinterm/Makefile 2014-02-16 06:44:03.572368461 +0100 -+++ b/scintilla/scinterm/Makefile 2014-02-16 06:47:07.495772994 +0100 -@@ -28,9 +28,9 @@ - Document.o Editor.o ExternalLexer.o Indicator.o KeyMap.o \ - LineMarker.o PerLine.o PositionCache.o RESearch.o RunStyles.o \ - ScintillaBase.o Selection.o Style.o UniConversion.o ViewStyle.o \ -- XPM.o Accessor.o CharacterSet.o LexerBase.o LexerModule.o \ -- LexerNoExceptions.o LexerSimple.o PropSetSimple.o StyleContext.o \ -- WordList.o $(lexers) ScintillaTerm.o -+ XPM.o Accessor.o CharacterCategory.o CharacterSet.o LexerBase.o \ -+ LexerModule.o LexerNoExceptions.o LexerSimple.o PropSetSimple.o \ -+ StyleContext.o WordList.o $(lexers) ScintillaTerm.o - $(AR) rc $@ $^ - touch $@ - clean: |