aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile_vc
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-06-12 03:06:13 +0000
committernyamatongwe <unknown>2000-06-12 03:06:13 +0000
commit1d16024c27da9af14054782ab26c0ddf1fc4a67a (patch)
treee35a69833c7111293c5d97914c28a44922399f65 /win32/makefile_vc
parentb029a6f668cf98411be9123643d337bb000733c8 (diff)
downloadscintilla-mirror-1d16024c27da9af14054782ab26c0ddf1fc4a67a.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