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

set proper lib extension for non-configure mingw32 builds on Win32.

This commit is contained in:
Gunter Knauf 2007-01-25 14:06:38 +00:00
parent 2b7bcf2505
commit abb4cdafe9

View File

@ -135,6 +135,9 @@ if ($^O eq 'MSWin32' || $targetos) {
}
elsif ($targetos =~ /mingw32/) {
$binext = '.exe';
if ($^O eq 'MSWin32') {
$libext = '.a';
}
}
elsif ($targetos =~ /netware/) {
$configurebuild = 0;