diff options
| author | nyamatongwe <unknown> | 2001-09-29 10:45:32 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-09-29 10:45:32 +0000 |
| commit | 441083e8429701c2edc077406db606d7a6f8e132 (patch) | |
| tree | 899f3eb72ba83e00c76c0f5ad0a5faa78d6ff859 /win32/deps.mak | |
| parent | 6ca983d935c1741bedf5f0084fec38f71eaa32ec (diff) | |
| download | scintilla-mirror-441083e8429701c2edc077406db606d7a6f8e132.tar.gz | |
Bullant lexer added.
Diffstat (limited to 'win32/deps.mak')
| -rw-r--r-- | win32/deps.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index 0437cf554..7a7f4eaae 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -43,6 +43,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 |
