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:
parent
49707ddf3b
commit
9325cb748f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user