1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

I think the Carbon build now works well enough to be worth turning on by

default.  It's not particularly useful, but it runs.

[originally from svn r2882]
This commit is contained in:
Ben Harris 2003-02-23 13:34:14 +00:00
parent d563d6e35b
commit 160277515b

View File

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