aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-02-18 17:11:45 +1100
committernyamatongwe <unknown>2013-02-18 17:11:45 +1100
commit784d0bfb7c5f1eaac973a44954f98a599b67dfa0 (patch)
treed1f0e5592d097c1d89b723074e4fa7477ff18fac
parent3d19475f1fb7329017a243965e490f0716237516 (diff)
downloadscintilla-mirror-784d0bfb7c5f1eaac973a44954f98a599b67dfa0.tar.gz
Update make dependencies.
-rw-r--r--gtk/deps.mak10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index c645e0bd9..3803c25ee 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -13,7 +13,7 @@ ScintillaGTK.o: ScintillaGTK.cxx \
scintilla-marshal.h ../lexlib/LexerModule.h ../src/ExternalLexer.h \
Converter.h
AutoComplete.o: ../src/AutoComplete.cxx ../include/Platform.h \
- ../lexlib/CharacterSet.h ../src/AutoComplete.h
+ ../lexlib/CharacterSet.h ../src/AutoComplete.h ../include/Scintilla.h
CallTip.o: ../src/CallTip.cxx ../include/Platform.h \
../include/Scintilla.h ../src/CallTip.h
Catalogue.o: ../src/Catalogue.cxx ../include/ILexer.h \
@@ -21,7 +21,7 @@ Catalogue.o: ../src/Catalogue.cxx ../include/ILexer.h \
../src/Catalogue.h
CellBuffer.o: ../src/CellBuffer.cxx ../include/Platform.h \
../include/Scintilla.h ../src/SplitVector.h ../src/Partitioning.h \
- ../src/CellBuffer.h
+ ../src/CellBuffer.h ../src/UniConversion.h
CharClassify.o: ../src/CharClassify.cxx ../src/CharClassify.h
ContractionState.o: ../src/ContractionState.cxx ../include/Platform.h \
../src/SplitVector.h ../src/Partitioning.h ../src/RunStyles.h \
@@ -39,13 +39,13 @@ Editor.o: ../src/Editor.cxx ../include/Platform.h ../include/ILexer.h \
../src/RunStyles.h ../src/ContractionState.h ../src/CellBuffer.h \
../src/KeyMap.h ../src/Indicator.h ../src/XPM.h ../src/LineMarker.h \
../src/Style.h ../src/ViewStyle.h ../src/CharClassify.h \
- ../src/Decoration.h ../src/Document.h ../src/Selection.h \
- ../src/PositionCache.h ../src/Editor.h
+ ../src/Decoration.h ../src/Document.h ../src/UniConversion.h \
+ ../src/Selection.h ../src/PositionCache.h ../src/Editor.h
ExternalLexer.o: ../src/ExternalLexer.cxx ../include/Platform.h \
../include/ILexer.h ../include/Scintilla.h ../include/SciLexer.h \
../lexlib/LexerModule.h ../src/Catalogue.h ../src/ExternalLexer.h
Indicator.o: ../src/Indicator.cxx ../include/Platform.h \
- ../include/Scintilla.h ../src/Indicator.h
+ ../include/Scintilla.h ../src/XPM.h ../src/Indicator.h
KeyMap.o: ../src/KeyMap.cxx ../include/Platform.h ../include/Scintilla.h \
../src/KeyMap.h
LineMarker.o: ../src/LineMarker.cxx ../include/Platform.h \