From f7d64e55283ac537f041cd44f310d548421056cf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 24 Apr 2001 07:58:36 +0000 Subject: Ruby support. --- win32/objs.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32/objs.mak') 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 -- cgit v1.2.3