mingw32 builds make .a libs
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jul 2004 07:37:36 +0000 (07:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jul 2004 07:37:36 +0000 (07:37 +0000)
tests/testcurl.pl

index 5fe6147..5a6ad77 100755 (executable)
@@ -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';