]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Joris van Rantwijk knows how to cause a Borland-built PuTTY to
authorSimon Tatham <anakin@pobox.com>
Wed, 21 Jun 2000 16:08:08 +0000 (16:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 21 Jun 2000 16:08:08 +0000 (16:08 +0000)
release the console! Hooray! Let's do that then. It's the -aa option
on ilink32.

[originally from svn r499]

mkfiles.pl

index 33b6a713d69553ff12e4ef010b0c8ab664e46177..a9e60e1a30d028c292c1baf5ecbe283016a811dd 100755 (executable)
@@ -142,7 +142,7 @@ print map { " $_.exe" } @projects;
 print "\n\n";
 foreach $p (@projects) {
   print $p, ".exe: ", &project($p), " $p.rsp\n";
-  $ap = $gui{$p} ? "" : " -ap";
+  $ap = $gui{$p} ? " -aa" : " -ap";
   print "\tilink32$ap -Gn -L\$(BCB)\\lib \@$p.rsp\n\n";
 }
 foreach $p (@projects) {