diff options
Diffstat (limited to 'win32/deps.mak')
-rw-r--r-- | win32/deps.mak | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index c81935b93..f46cfa7ef 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -51,7 +51,7 @@ 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 \ +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 \ @@ -69,6 +69,9 @@ LexPerl.o: ../src/LexPerl.cxx ..\include\Platform.h \ LexPython.o: ../src/LexPython.cxx ..\include\Platform.h \ ..\include\PropSet.h ..\include\SString.h ..\include\Accessor.h \ ..\include\KeyWords.h ..\include\Scintilla.h ..\include\SciLexer.h +LexRuby.o: ../src/LexRuby.cxx ..\include\Platform.h \ + ..\include\PropSet.h ..\include\SString.h ..\include\Accessor.h \ + ..\include\KeyWords.h ..\include\Scintilla.h ..\include\SciLexer.h LexSQL.o: ../src/LexSQL.cxx ..\include\Platform.h ..\include\PropSet.h \ ..\include\SString.h ..\include\Accessor.h ..\include\KeyWords.h \ ..\include\Scintilla.h ..\include\SciLexer.h |