aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/objs.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-24 07:58:36 +0000
committernyamatongwe <devnull@localhost>2001-04-24 07:58:36 +0000
commitf7d64e55283ac537f041cd44f310d548421056cf (patch)
tree7c942efeb6ba191c52b987d23e015d82278bf78d /win32/objs.mak
parente95184b94176f33cfe0400a0239f4d3b7e2e8bee (diff)
downloadscintilla-mirror-f7d64e55283ac537f041cd44f310d548421056cf.tar.gz
Ruby support.
Diffstat (limited to 'win32/objs.mak')
-rw-r--r--win32/objs.mak4
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