diff --git a/ChangeLog b/ChangeLog index 89a379d8..a971a0e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-20 Enrico Tröger + + * scintilla/makefile.win32: Fixed typo. + + 2007-01-19 Enrico Tröger * src/build.c: Use "rm" to delete the run script because unlink is not diff --git a/scintilla/makefile.win32 b/scintilla/makefile.win32 index 86876e46..64636e48 100644 --- a/scintilla/makefile.win32 +++ b/scintilla/makefile.win32 @@ -62,7 +62,7 @@ MARSHALLER=scintilla-marshal.o LEXOBJS=\ LexBash.o LexAsm.o LexCSS.o LexConf.o LexCPP.o LexCrontab.o LexHTML.o LexOthers.o LexPascal.o \ LexPerl.o LexPython.o LexSQL.o LexCaml.o LexOMS.o LexTCL.o LexRuby.o LexFortran.o LexVHDL.o \ -LexD.o LeyLua.o +LexD.o LexLua.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB)