aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-04-18 01:39:55 +0000
committernyamatongwe <unknown>2003-04-18 01:39:55 +0000
commit55fdc0e6745bb50304e73e1c11c95d6c847b4274 (patch)
tree60beced0238d3852a891da2629baac76c18657c2 /gtk/makefile
parent25a167ffe9c75c993f2c2a45ad3ebe3295e3d41a (diff)
downloadscintilla-mirror-55fdc0e6745bb50304e73e1c11c95d6c847b4274.tar.gz
Patch from Simon to make ExternalLexer platform independent.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 2cd2d5262..b8d00556b 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -65,7 +65,7 @@ deps:
$(CC) -MM `$(CONFIGFLAGS)` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak
$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \
- ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \
+ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \
KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o
$(AR) rc $@ $^