diff options
| author | nyamatongwe <devnull@localhost> | 2001-04-20 04:26:05 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-04-20 04:26:05 +0000 |
| commit | 62e5f76645051348cca787df91d8565da9bf0a55 (patch) | |
| tree | 103d465a79c03cadbc1f85e12ee18d7b23ca2c41 /win32/deps.mak | |
| parent | fe1379d10fef2404bcbd68a9e51402752850e155 (diff) | |
| download | scintilla-mirror-62e5f76645051348cca787df91d8565da9bf0a55.tar.gz | |
*** empty log message ***
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 993dfe631..c81935b93 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -51,6 +51,9 @@ LexerManager.o: ../src/LexerManager.cxx ..\include\SciLexer.h \ LexHTML.o: ../src/LexHTML.cxx ..\include\Platform.h \ ..\include\PropSet.h ..\include\SString.h ..\include\Accessor.h \ ..\include\KeyWords.h ..\include\Scintilla.h ..\include\SciLexer.h +LexLISP.o: ../src/LexLISP.cxx ..\include\Platform.h \ + ..\include\PropSet.h ..\include\SString.h ..\include\Accessor.h \ + ..\include\KeyWords.h ..\include\Scintilla.h ..\include\SciLexer.h LexLua.o: ../src/LexLua.cxx ..\include\Platform.h ..\include\PropSet.h \ ..\include\SString.h ..\include\Accessor.h ..\include\KeyWords.h \ ..\include\Scintilla.h ..\include\SciLexer.h |
