diff options
author | nyamatongwe <unknown> | 2001-04-24 07:58:36 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-24 07:58:36 +0000 |
commit | e7786d92f80fc5a37b0be6b0ba6f0870c3888e0c (patch) | |
tree | 7c942efeb6ba191c52b987d23e015d82278bf78d /win32/objs.mak | |
parent | 109202c21363c45c2ddd0bccef1ba1638456427a (diff) | |
download | scintilla-mirror-e7786d92f80fc5a37b0be6b0ba6f0870c3888e0c.tar.gz |
Ruby support.
Diffstat (limited to 'win32/objs.mak')
-rw-r--r-- | win32/objs.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/objs.mak b/win32/objs.mak index af07d957e..57bb8b8cf 100644 --- a/win32/objs.mak +++ b/win32/objs.mak @@ -62,6 +62,10 @@ $(DIR_O)\LexPerl.obj: ..\src\LexPerl.cxx ..\include\Platform.h ..\include\PropSe $(DIR_O)\LexPython.obj: ..\src\LexPython.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ ..\include\Scintilla.h ..\include\SciLexer.h $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c $(NAMEFLAG)$@ ..\src\$(@B).cxx + +$(DIR_O)\LexRuby.obj: ..\src\LexRuby.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ + ..\include\Scintilla.h ..\include\SciLexer.h + $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c $(NAMEFLAG)$@ ..\src\$(@B).cxx $(DIR_O)\LexSQL.obj: ..\src\LexSQL.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \ ..\include\Scintilla.h ..\include\SciLexer.h |