X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/32bb2723b68a89f49b16981df81f9b00c17bb9ba..7d22c2e8c8e4104bcd39f35ebeaa5f81edd374cf:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index 3710fcca..b92dcb13 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -11,7 +11,7 @@ use FileHandle; open IN, "Recipe" or die "unable to open Recipe file\n"; -@incdirs = ("", "unix/"); +@incdirs = ("", "unix/", "mac/"); $help = ""; # list of newline-free lines of help text %programs = (); # maps prog name + type letter to listref of objects/resources @@ -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".