mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-21 22:28:37 -05: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:
parent
a44ba79e2e
commit
7a85e73e57
@ -352,7 +352,7 @@ print
|
|||||||
"MAKEFILE = Makefile.bor\n".
|
"MAKEFILE = Makefile.bor\n".
|
||||||
"\n".
|
"\n".
|
||||||
"# C compilation flags\n".
|
"# C compilation flags\n".
|
||||||
"CFLAGS = -DWINVER=0x0401\n".
|
"CFLAGS = -D_WINDOWS -DWINVER=0x0401\n".
|
||||||
"\n".
|
"\n".
|
||||||
"# Get include directory for resource compiler\n".
|
"# Get include directory for resource compiler\n".
|
||||||
"!if !\$d(BCB)\n".
|
"!if !\$d(BCB)\n".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user