aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-12 03:06:13 +0000
committernyamatongwe <devnull@localhost>2000-06-12 03:06:13 +0000
commit00d22991e9c56fe6164a55bc32919216291f3ab7 (patch)
treee35a69833c7111293c5d97914c28a44922399f65 /win32/makefile
parentbfe06a2f003aa76948d8acb51c70f03afc22fc87 (diff)
downloadscintilla-mirror-00d22991e9c56fe6164a55bc32919216291f3ab7.tar.gz
Lua language support from Paul Winwood.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index b7002f7b6..7e3406d99 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -28,7 +28,7 @@ ALL: $(COMPONENT) $(LEXCOMPONENT) ScintillaWinS.o WindowAccessor.o
clean:
del /q *.exe *.o *.obj *.dll *.res *.map
-LEXOBJS = LexCPP.o LexHTML.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o
+LEXOBJS = LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \
ContractionState.o CellBuffer.o CallTip.o \
@@ -60,6 +60,8 @@ LexCPP.o: LexCPP.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h SciLexer.h
LexHTML.o: LexHTML.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h SciLexer.h
+LexLua.o: LexLua.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
+ Scintilla.h SciLexer.h
LexOthers.o: LexOthers.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h SciLexer.h
LexPerl.o: LexPerl.cxx Platform.h PropSet.h Accessor.h KeyWords.h \