diff options
author | nyamatongwe <devnull@localhost> | 2003-12-13 23:41:54 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-12-13 23:41:54 +0000 |
commit | d4b270590f62fd5e3d34ed8318a5a758c5d39d85 (patch) | |
tree | c4364ab445b7cf338d2885ab1c04c23437e645a4 | |
parent | 176fcc6324ea138489a024ba09d88b5c73079f7e (diff) | |
download | scintilla-mirror-d4b270590f62fd5e3d34ed8318a5a758c5d39d85.tar.gz |
Automatically generated section does not have extra
whitespace at line ends.
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index bfd4a160d..78b97eb2b 100644 --- a/win32/makefile +++ b/win32/makefile @@ -55,7 +55,7 @@ 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 +LexYAML.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ |