I think the Carbon build now works well enough to be worth turning on by
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 23 Feb 2003 13:34:14 +0000 (13:34 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 23 Feb 2003 13:34:14 +0000 (13:34 +0000)
default.  It's not particularly useful, but it runs.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2882 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index ff2ebdc..74e77a8 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);