From: simon Date: Thu, 7 Nov 2002 19:37:36 +0000 (+0000) Subject: Borland makefile needs to define _WINDOWS; apparently this makefile X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/95912ebcc9d918dbe75a2a14de21a408c8bdc98d Borland makefile needs to define _WINDOWS; apparently this makefile hasn't worked since the Unix port started and nobody has noticed until now :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@2198 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mkfiles.pl b/mkfiles.pl index 3710fcca..d141dea0 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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".