mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
The CFM-68K build isn't working at the moment (we blow past its global data
limit what with libcharset and the crypto stuff), so don't include it in "all". [originally from svn r2501]
This commit is contained in:
parent
697794abbf
commit
63543733f6
@ -651,7 +651,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.cfm68k $prog.ppc",
|
print &splitline("$prog \xc4 $prog.68k $prog.ppc",
|
||||||
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