diff options
author | nyamatongwe <unknown> | 2008-09-14 11:15:49 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-09-14 11:15:49 +0000 |
commit | 8dd4905d24b2c76b13834e08dbc3a005e6994d6e (patch) | |
tree | 072c18a8dea07a219cb1dc85d3900e19f13a135e /macosx | |
parent | 205c7f8b4cb4f89fe4fafdc2722c706a25c8c3b5 (diff) | |
download | scintilla-mirror-8dd4905d24b2c76b13834e08dbc3a005e6994d6e.tar.gz |
Added LexMySQL by Anders Karlsson.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/makefile b/macosx/makefile index 7f19b4967..5cd58b91e 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -69,10 +69,10 @@ LexConf.o LexCPP.o LexCrontab.o LexCsound.o LexCSS.o LexD.o LexEiffel.o \ LexErlang.o LexEScript.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o \ LexGui4Cli.o LexHaskell.o LexHTML.o LexInno.o LexKix.o LexLisp.o LexLout.o \ LexLua.o LexMagik.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o \ -LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPLM.o \ -LexPOV.o LexPowerShell.o LexProgress.o LexPS.o LexPython.o LexR.o LexRebol.o \ -LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o LexSpice.o LexSQL.o \ -LexTADS3.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o +LexMySQL.o LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o LexPerl.o \ +LexPLM.o LexPOV.o LexPowerShell.o LexProgress.o LexPS.o LexPython.o LexR.o \ +LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o LexSpice.o \ +LexSQL.o LexTADS3.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section # The LEXOBJS have to be treated specially as the functions in them are not called from external code |