diff options
| author | nyamatongwe <devnull@localhost> | 2002-11-21 11:30:31 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-11-21 11:30:31 +0000 |
| commit | 4882333d9fd449bbda241ede50d949130ec0ea19 (patch) | |
| tree | 293d97231bb2a21811c74c1a8ccbe76f4a2eb06c | |
| parent | 9c97a9e6cdce76b2a623719eae454e02b147f263 (diff) | |
| download | scintilla-mirror-4882333d9fd449bbda241ede50d949130ec0ea19.tar.gz | |
Added CSS lexer.
| -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 5985118af..29e3e5caa 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -62,6 +62,9 @@ LexCPP.o: ../src/LexCPP.cxx ../include/Platform.h ../include/PropSet.h \ LexCrontab.o: ../src/LexCrontab.cxx ../include/Platform.h \ ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ ../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h +LexCSS.o: ../src/LexCSS.cxx ../include/Platform.h ../include/PropSet.h \ + ../include/SString.h ../include/Accessor.h ../src/StyleContext.h \ + ../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h LexEiffel.o: ../src/LexEiffel.cxx ../include/Platform.h \ ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ ../src/StyleContext.h ../include/KeyWords.h ../include/Scintilla.h \ |
