diff options
| author | mitchell <unknown> | 2019-04-17 00:22:27 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2019-04-17 00:22:27 -0400 |
| commit | 5746a0c90259cd39255749a33389b2854100905b (patch) | |
| tree | 1adec96f4f20b866b5c8babbc21dc30aa80c5a98 /gtk/makefile | |
| parent | 639b77a3634190cb6b8ea2e93896b10449a4f687 (diff) | |
| download | scintilla-mirror-5746a0c90259cd39255749a33389b2854100905b.tar.gz | |
Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation.
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 26cfb2b55..cdd186027 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -130,7 +130,7 @@ $(COMPLIB): Accessor.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o L ScintillaBase.o ContractionState.o EditModel.o Editor.o EditView.o ExternalLexer.o MarginView.o \ PropSetSimple.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o ScintillaGTKAccessible.o CellBuffer.o CharacterCategory.o ViewStyle.o \ - RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ + RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o UniqueString.o XPM.o \ $(MARSHALLER) $(LEXOBJS) $(LUAOBJS) $(AR) $(ARFLAGS) $@ $^ $(RANLIB) $@ |
