diff options
| author | nyamatongwe <devnull@localhost> | 2000-06-12 03:06:13 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-06-12 03:06:13 +0000 |
| commit | 00d22991e9c56fe6164a55bc32919216291f3ab7 (patch) | |
| tree | e35a69833c7111293c5d97914c28a44922399f65 /gtk | |
| parent | bfe06a2f003aa76948d8acb51c70f03afc22fc87 (diff) | |
| download | scintilla-mirror-00d22991e9c56fe6164a55bc32919216291f3ab7.tar.gz | |
Lua language support from Paul Winwood.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 27e94b2c4..d1f11ff55 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -20,7 +20,7 @@ CXXFLAGS= -DGTK -DSCI_LEXER -W -Wall .cxx.o: $(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ -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 # The LEXOBJS have to be treated specially as the functions in them are not called from external code @@ -53,6 +53,8 @@ LexCPP.o: LexCPP.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h LexHTML.o: LexHTML.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h +LexLua.o: LexLua.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ + Scintilla.h WinDefs.h SciLexer.h LexOthers.o: LexOthers.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h LexPerl.o: LexPerl.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ |
