1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Add mac/ to include paths after discussion with bjh21

[originally from svn r2229]
This commit is contained in:
Jacob Nevins 2002-11-19 19:36:14 +00:00
parent 3cab3674e8
commit 4c24598b57

View File

@ -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