Commit 42406323 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

catch up new lib extension when build with gcc/nlmconv.

parent 8272abef
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -142,8 +142,13 @@ if ($^O eq 'MSWin32' || $targetos) {
  elsif ($targetos =~ /netware/) {
    $configurebuild = 0;
    $binext = '.nlm';
    if ($^O eq 'MSWin32') {
      $libext = '.lib';
    }
    else {
      $libext = '.a';
    }
  }
}

if (($^O eq 'MSWin32') &&