]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Clear the "Inited" bit when we finish building each executable, in a bid
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 18 Jan 2003 12:19:04 +0000 (12:19 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 18 Jan 2003 12:19:04 +0000 (12:19 +0000)
to get the Finder to look at the new 'BNDL' resource.

[originally from svn r2637]

mkfiles.pl

index 9bd38680920d51a33fb68fe5f2dd30394c9b30fa..322df7381b1f42466b69e0f759e80a532d3b073b 100755 (executable)
@@ -671,21 +671,21 @@ foreach $p (&prognames("M")) {
   print &splitline("\tDuplicate -y $rsrc {Targ}", 69, "\xb6"), "\n";
   print &splitline("\tILink -o {Targ} {LinkOptions_68K} " .
                    $objstr . " {Libs_68K}", 69, "\xb6"), "\n";
-  print &splitline("\tSetFile -a BM {Targ}", 69, "\xb6"), "\n\n";
+  print &splitline("\tSetFile -a BMi {Targ}", 69, "\xb6"), "\n\n";
 
   $objstr = &objects($p, "X.cfm68k.o", "", undef);
   print &splitline("$prog.cfm68k \xc4 $objstr $rsrc", undef, "\xb6"), "\n";
   print &splitline("\tDuplicate -y $rsrc {Targ}", 69, "\xb6"), "\n";
   print &splitline("\tILink -o {Targ} {LinkOptions_CFM68K} " .
                    $objstr . " {Libs_CFM68K}", 69, "\xb6"), "\n";
-  print &splitline("\tSetFile -a BM {Targ}", 69, "\xb6"), "\n\n";
+  print &splitline("\tSetFile -a BMi {Targ}", 69, "\xb6"), "\n\n";
 
   $objstr = &objects($p, "X.ppc.o", "", undef);
   print &splitline("$prog.ppc \xc4 $objstr $rsrc", undef, "\xb6"), "\n";
   print &splitline("\tDuplicate -y $rsrc {Targ}", 69, "\xb6"), "\n";
   print &splitline("\tPPCLink -o {Targ} {LinkOptions_PPC} " .
                    $objstr . " {Libs_PPC}", 69, "\xb6"), "\n";
-  print &splitline("\tSetFile -a BM {Targ}", 69, "\xb6"), "\n\n";
+  print &splitline("\tSetFile -a BMi {Targ}", 69, "\xb6"), "\n\n";
 }
 foreach $d (&deps("", "X.rsrc", "::", ":")) {
   next unless $d->{obj};