diff options
| author | nyamatongwe <devnull@localhost> | 2001-04-24 07:58:36 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-04-24 07:58:36 +0000 |
| commit | f7d64e55283ac537f041cd44f310d548421056cf (patch) | |
| tree | 7c942efeb6ba191c52b987d23e015d82278bf78d /win32/deps.mak | |
| parent | e95184b94176f33cfe0400a0239f4d3b7e2e8bee (diff) | |
| download | scintilla-mirror-f7d64e55283ac537f041cd44f310d548421056cf.tar.gz | |
Ruby support.
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 |
