Drop Borland compiler specific code

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 4 weeks ago
parent 0d277a91f6
commit 3c23eba2e7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -5308,7 +5308,7 @@ EM_SETTARGETDEVICE
<h2 id="BuildingScintilla">Building Scintilla</h2>
<p>To build Scintilla or SciTE, see the README file present in both the Scintilla and SciTE
directories. For Windows, GCC 3.2, Borland C++ or Microsoft Visual Studio .NET can be used
directories. For Windows, GCC 3.2 or Microsoft Visual Studio .NET can be used
for building. There is a make file for building Scintilla but not SciTE with Visual C++ 6 at
scintilla/win32/scintilla_vc6.mak. For GTK+, GCC 3.1 should be used. GTK+ 1.2x and 2.0x are
supported. The version of GTK+ installed should be detected automatically.

@ -93,12 +93,6 @@
<a href="http://www.eng.auburn.edu/grasp/grasp_main.shtml">
GRASP</a>.
</p>
<p>
A VCL component wrapper around Scintilla so it can be used with Delphi or
Borland C++ Builder.
There is <a href="http://www.pnotepad.org/scintilla/">some work</a>
on this available.
</p>
<p>
Port to MacOS X.
</p>

@ -343,8 +343,6 @@ bool TQextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const
fdesc += f.family();
fdesc += fmt.arg(f.pointSize());
// The casts are for Borland.
fdesc += fmt.arg((int)f.bold());
fdesc += fmt.arg((int)f.italic());
fdesc += fmt.arg((int)f.underline());

Loading…
Cancel
Save