]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Borland makefile needs to define _WINDOWS; apparently this makefile
authorSimon Tatham <anakin@pobox.com>
Thu, 7 Nov 2002 19:37:36 +0000 (19:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 7 Nov 2002 19:37:36 +0000 (19:37 +0000)
hasn't worked since the Unix port started and nobody has noticed
until now :-)

[originally from svn r2198]

mkfiles.pl

index 3710fccab9ed8a9f029402897e4f88aec1c73040..d141dea0f551ead00d6ca6a590b0195ff2372a2d 100755 (executable)
@@ -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".