aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile_vc
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_vc
parentbfe06a2f003aa76948d8acb51c70f03afc22fc87 (diff)
downloadscintilla-mirror-00d22991e9c56fe6164a55bc32919216291f3ab7.tar.gz
Lua language support from Paul Winwood.
Diffstat (limited to 'win32/makefile_vc')
-rw-r--r--win32/makefile_vc5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/makefile_vc b/win32/makefile_vc
index e4929b003..51f2bedd7 100644
--- a/win32/makefile_vc
+++ b/win32/makefile_vc
@@ -46,6 +46,7 @@ SOBJS = $(DIR_O)\ScintillaWin.obj $(DIR_O)\ScintillaBase.obj \
LEXOBJS = $(DIR_O)\LexCPP.obj \
$(DIR_O)\LexHTML.obj \
+ $(DIR_O)\LexLua.obj \
$(DIR_O)\LexOthers.obj \
$(DIR_O)\LexPerl.obj \
$(DIR_O)\LexPython.obj \
@@ -112,6 +113,10 @@ $(DIR_O)\LexHTML.obj: ..\src\LexHTML.cxx ..\include\Platform.h ..\include\PropSe
..\include\Scintilla.h ..\include\SciLexer.h
$(CC) $(INCLUDEDIRS) $(CXXFLAGS) /Fo$@ /c ..\src\$(@B).cxx
+$(DIR_O)\LexLua.obj: ..\src\LexLua.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
+ ..\include\Scintilla.h ..\include\SciLexer.h
+ $(CC) $(INCLUDEDIRS) $(CXXFLAGS) /Fo$@ /c ..\src\$(@B).cxx
+
$(DIR_O)\LexOthers.obj: ..\src\LexOthers.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
$(CC) $(INCLUDEDIRS) $(CXXFLAGS) /Fo$@ /c ..\src\$(@B).cxx