diff options
| author | nyamatongwe <devnull@localhost> | 2007-06-12 03:57:34 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-06-12 03:57:34 +0000 |
| commit | c978704cfb581ebc98608fae61f5f10240786d20 (patch) | |
| tree | 28cd5645266e6bd6b4c41fce1afe2e6be8f0d923 /win32/makefile | |
| parent | deae1c2bff572a88e63c57d10fb430bd260d9988 (diff) | |
| download | scintilla-mirror-c978704cfb581ebc98608fae61f5f10240786d20.tar.gz | |
PL/M and Progress lexers added.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/win32/makefile b/win32/makefile index 63b30dd56..ada43f7ad 100644 --- a/win32/makefile +++ b/win32/makefile @@ -57,9 +57,10 @@ 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 LexMatlab.o \ LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexNsis.o LexOpal.o LexOthers.o \ -LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o LexPython.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 +LexPascal.o LexPB.o LexPerl.o LexPLM.o LexPOV.o LexProgress.o LexPS.o \ +LexPython.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 SOBJS = ScintillaWin.o ScintillaBase.o Editor.o CharClassify.o Decoration.o \ |
