1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

mingw32 builds make .a libs

This commit is contained in:
Daniel Stenberg 2004-07-29 07:37:36 +00:00
parent ae2f002b44
commit b7575b39c4

View File

@ -93,6 +93,7 @@ if ($^O eq 'MSWin32' || $targetos ne '') {
$confsuffix = '-win32';
$binext = '.exe';
$libext = '.lib' if ($targetos =~ /vc/ || $targetos =~ /borland/);
$libext = '.a' if ($targetos =~ /mingw32/);
} elsif ($targetos =~ /netware/) {
$binext = '.nlm';
$libext = '.lib';