mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Remove Makefile.bor.
After a conversation this week with a user who tried to use it, it's clear that Borland C can't build the up-to-date PuTTY without having to make too many compromises of functionality (unsupported API details, no 'long long' type), even above the issues that could be worked round with extra porting ifdefs.
This commit is contained in:
@ -138,9 +138,9 @@ construct. Use these wherever possible.
|
||||
|
||||
\H{udp-multi-compiler} Independence of specific compiler
|
||||
|
||||
Windows PuTTY can currently be compiled with any of four Windows
|
||||
compilers: MS Visual C, Borland's freely downloadable C compiler,
|
||||
the Cygwin / \cw{mingw32} GNU tools, and \cw{lcc-win32}.
|
||||
Windows PuTTY can currently be compiled with any of three Windows
|
||||
compilers: MS Visual C, the Cygwin / \cw{mingw32} GNU tools, and
|
||||
\cw{clang} (in MS compatibility mode).
|
||||
|
||||
This is a really useful property of PuTTY, because it means people
|
||||
who want to contribute to the coding don't depend on having a
|
||||
|
Reference in New Issue
Block a user