diff options
author | nyamatongwe <unknown> | 2003-07-23 09:49:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-07-23 09:49:05 +0000 |
commit | 5b5ca404e615600de0bdff49ad79d3400360bc63 (patch) | |
tree | 327cbd8cf0e16a8bcd94b784d0a8528e99299934 | |
parent | 29e87e55cbe58bc5b148847bbc34b26d52b422f2 (diff) | |
download | scintilla-mirror-5b5ca404e615600de0bdff49ad79d3400360bc63.tar.gz |
Added explanation of extracting DLL from SciTE download.
-rw-r--r-- | doc/ScintillaDownload.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index c6676f952..dd9f05036 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -50,6 +50,12 @@ <li><a href="http://scintilla.sourceforge.net/scintilla153.tgz">tgz format</a> (420K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. + <h4> + Windows Executable Code + </h4> + There is no download available containing only the Scintilla DLL. + However, it is included in the <a href="SciTEDownload.html">SciTE + executable full download</a> as SciLexer.DLL. <p> <a href="SciTEDownload.html">SciTE</a> is a good demonstration of Scintilla. </p> |