From: ben Date: Sun, 23 Feb 2003 13:34:14 +0000 (+0000) Subject: I think the Carbon build now works well enough to be worth turning on by X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/b7bd2131a6fe7ef64fc3a0b8ca5a9becb342902f I think the Carbon build now works well enough to be worth turning on by default. It's not particularly useful, but it runs. git-svn-id: svn://svn.tartarus.org/sgt/putty@2882 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mkfiles.pl b/mkfiles.pl index ff2ebdcf..74e77a8f 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -682,7 +682,7 @@ print "\n\n"; foreach $p (&prognames("M")) { ($prog, $type) = split ",", $p; - print &splitline("$prog \xc4 $prog.68k $prog.ppc", + print &splitline("$prog \xc4 $prog.68k $prog.ppc $prog.carbon", undef, "\xb6"), "\n\n"; $rsrc = &objects($p, "", "X.rsrc", undef);