aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-01-18 06:39:20 +0000
committernyamatongwe <devnull@localhost>2004-01-18 06:39:20 +0000
commit4bd85dda2ea80cb4fd5dcaedbbfddec542dbd7d4 (patch)
treec3802b9a61c084a8d9d4c65fab826b86bf7efe34 /win32/makefile
parente45fc668491ea11d768a049dacab8339468c83a2 (diff)
downloadscintilla-mirror-4bd85dda2ea80cb4fd5dcaedbbfddec542dbd7d4.tar.gz
Added MSSQL lexer.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/makefile b/win32/makefile
index 78b97eb2b..a4edc6613 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -53,9 +53,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
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \