diff options
| author | nyamatongwe <devnull@localhost> | 2004-01-18 06:39:20 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-01-18 06:39:20 +0000 |
| commit | 4bd85dda2ea80cb4fd5dcaedbbfddec542dbd7d4 (patch) | |
| tree | c3802b9a61c084a8d9d4c65fab826b86bf7efe34 /gtk/makefile | |
| parent | e45fc668491ea11d768a049dacab8339468c83a2 (diff) | |
| download | scintilla-mirror-4bd85dda2ea80cb4fd5dcaedbbfddec542dbd7d4.tar.gz | |
Added MSSQL lexer.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/makefile b/gtk/makefile index dc492c58d..8e749f36e 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -61,9 +61,9 @@ LEXOBJS=\ LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexCLW.o LexConf.o LexCPP.o \ LexCrontab.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexForth.o \ LexFortran.o LexHTML.o LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o \ -LexMMIXAL.o LexMPT.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o \ -LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o \ -LexYAML.o +LexMMIXAL.o LexMPT.o LexMSSQL.o LexNsis.o LexOthers.o LexPascal.o LexPB.o \ +LexPerl.o LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o \ +LexTeX.o LexVB.o LexYAML.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB) |
