mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +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:
parent
d563d6e35b
commit
160277515b
@ -682,7 +682,7 @@ print "\n\n";
|
|||||||
foreach $p (&prognames("M")) {
|
foreach $p (&prognames("M")) {
|
||||||
($prog, $type) = split ",", $p;
|
($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";
|
undef, "\xb6"), "\n\n";
|
||||||
|
|
||||||
$rsrc = &objects($p, "", "X.rsrc", undef);
|
$rsrc = &objects($p, "", "X.rsrc", undef);
|
||||||
|
Loading…
Reference in New Issue
Block a user