diff options
| author | nyamatongwe <unknown> | 2003-04-18 01:39:55 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-04-18 01:39:55 +0000 |
| commit | 55fdc0e6745bb50304e73e1c11c95d6c847b4274 (patch) | |
| tree | 60beced0238d3852a891da2629baac76c18657c2 /gtk/deps.mak | |
| parent | 25a167ffe9c75c993f2c2a45ad3ebe3295e3d41a (diff) | |
| download | scintilla-mirror-55fdc0e6745bb50304e73e1c11c95d6c847b4274.tar.gz | |
Patch from Simon to make ExternalLexer platform independent.
Diffstat (limited to 'gtk/deps.mak')
| -rw-r--r-- | gtk/deps.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index 8590dd758..1fe47ca31 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -27,6 +27,10 @@ Editor.o: ../src/Editor.cxx ../include/Platform.h ../include/Scintilla.h \ ../src/ContractionState.h ../src/SVector.h ../src/CellBuffer.h \
../src/KeyMap.h ../src/Indicator.h ../src/XPM.h ../src/LineMarker.h \
../src/Style.h ../src/ViewStyle.h ../src/Document.h ../src/Editor.h
+ExternalLexer.o: ../src/ExternalLexer.cxx ../include/Platform.h \
+ ../include/Scintilla.h ../include/SciLexer.h ../include/PropSet.h \
+ ../include/Accessor.h ../src/DocumentAccessor.h ../src/Keywords.h \
+ ../src/ExternalLexer.h
Indicator.o: ../src/Indicator.cxx ../include/Platform.h \
../include/Scintilla.h ../src/Indicator.h
KeyMap.o: ../src/KeyMap.cxx ../include/Platform.h ../include/Scintilla.h \
|
