1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12: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:
Simon Tatham
2017-09-13 19:24:17 +01:00
parent 4634cd47f7
commit 4ec2791945
6 changed files with 5 additions and 127 deletions

View File

@ -9,7 +9,7 @@
#include <win.h>
#else
/* Some compilers, like Borland, don't have winresrc.h */
/* Some compilers don't have winresrc.h */
#ifndef NO_WINRESRC_H
#ifndef MSVC4
#include <winresrc.h>