]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
I think the Carbon build now works well enough to be worth turning on by
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 23 Feb 2003 13:34:14 +0000 (13:34 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 23 Feb 2003 13:34:14 +0000 (13:34 +0000)
default.  It's not particularly useful, but it runs.

[originally from svn r2882]

mkfiles.pl

index ff2ebdcffe5236fb46f80ae3998c144cd926b209..74e77a8fd87fe76ceb088eb8103ff686cfec0bae 100755 (executable)
@@ -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);