1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Borland makefile needs to define _WINDOWS; apparently this makefile

hasn't worked since the Unix port started and nobody has noticed
until now :-)

[originally from svn r2198]
This commit is contained in:
Simon Tatham 2002-11-07 19:37:36 +00:00
parent a44ba79e2e
commit 7a85e73e57

View File

@ -352,7 +352,7 @@ print
"MAKEFILE = Makefile.bor\n".
"\n".
"# C compilation flags\n".
"CFLAGS = -DWINVER=0x0401\n".
"CFLAGS = -D_WINDOWS -DWINVER=0x0401\n".
"\n".
"# Get include directory for resource compiler\n".
"!if !\$d(BCB)\n".