From: Daniel Stenberg Date: Thu, 29 Jul 2004 07:37:36 +0000 (+0000) Subject: mingw32 builds make .a libs X-Git-Tag: curl-7_12_1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7575b39c4bca1d9c9a09bd69b5aabfcf0ebc7d3;p=thirdparty%2Fcurl.git mingw32 builds make .a libs --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 5fe6147057..5a6ad77b14 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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';