1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Joris van Rantwijk knows how to cause a Borland-built PuTTY to

release the console! Hooray! Let's do that then. It's the -aa option
on ilink32.

[originally from svn r499]
This commit is contained in:
Simon Tatham 2000-06-21 16:08:08 +00:00
parent 49707ddf3b
commit 9325cb748f

View File

@ -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) {