Joris van Rantwijk knows how to cause a Borland-built PuTTY to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 21 Jun 2000 16:08:08 +0000 (16:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
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.

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

mkfiles.pl

index 33b6a71..a9e60e1 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) {