diff options
| author | nyamatongwe <unknown> | 2006-12-13 00:19:17 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2006-12-13 00:19:17 +0000 |
| commit | 8b78c030d7ed0cdaa00c1ca4ec6fedf09f901f42 (patch) | |
| tree | 5b39f81d014e40526f7927a32205a1954665ed78 /win32/makefile | |
| parent | 63ecebff8cdc5ba839ac85e0556f1562c585c308 (diff) | |
| download | scintilla-mirror-8b78c030d7ed0cdaa00c1ca4ec6fedf09f901f42.tar.gz | |
D lexer and language support from Waldemar Augustyn.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index 203102312..41d50ac92 100644 --- a/win32/makefile +++ b/win32/makefile @@ -53,7 +53,7 @@ deps: LEXOBJS=\ LexAda.o LexAPDL.o LexAsm.o LexAsn1.o LexAU3.o LexAVE.o LexBaan.o LexBash.o \ LexBasic.o LexBullant.o LexCaml.o LexCLW.o LexConf.o LexCPP.o LexCrontab.o \ -LexCsound.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexFlagship.o \ +LexCsound.o LexCSS.o LexD.o LexEiffel.o LexErlang.o LexEScript.o LexFlagship.o \ LexForth.o LexFortran.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 \ |
