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:
@ -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>
|
||||
|
Reference in New Issue
Block a user