diff options
author | nyamatongwe <devnull@localhost> | 2001-09-29 11:29:54 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-29 11:29:54 +0000 |
commit | 9895dc493bb283e496360428d8ac96a9d72487d6 (patch) | |
tree | c612ee588cadf25303d3182dcb852a6834755c10 | |
parent | aeb892874c2fc4172fe8cf1623ef5e961111cb1b (diff) | |
download | scintilla-mirror-9895dc493bb283e496360428d8ac96a9d72487d6.tar.gz |
Updated.
-rw-r--r-- | gtk/deps.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index e123fc5b4..f7494d6af 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -40,6 +40,9 @@ LexAda.o: ../src/LexAda.cxx ../include/Platform.h ../include/PropSet.h \ LexAVE.o: ../src/LexAVE.cxx ../include/Platform.h ../include/PropSet.h \ ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \ ../include/Scintilla.h ../include/SciLexer.h +LexBullant.o: ../src/LexBullant.cxx ../include/Platform.h \ + ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ + ../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h LexConf.o: ../src/LexConf.cxx ../include/Platform.h ../include/PropSet.h \ ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \ ../include/Scintilla.h ../include/SciLexer.h |