diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-29 10:45:32 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-29 10:45:32 +0000 |
| commit | 024dc10f84b3ad74d83b2ae997b0a25d3c179aea (patch) | |
| tree | 899f3eb72ba83e00c76c0f5ad0a5faa78d6ff859 /win32/deps.mak | |
| parent | 9ebdb89ac3c39e37ef28ad5487f6f8ee53c42bf3 (diff) | |
| download | scintilla-mirror-024dc10f84b3ad74d83b2ae997b0a25d3c179aea.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 |
