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

added Borland support.

parent 0b0d2002
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,10 +89,10 @@ if ($^O eq 'MSWin32' || $targetos ne '') {
    # If no target defined on Win32 lets assume vc
    $targetos = 'vc';
  }
  if ($targetos =~ /vc/ || $targetos =~ /mingw32/) {
  if ($targetos =~ /vc/ || $targetos =~ /mingw32/ || $targetos =~ /borland/) {
    $confsuffix = '-win32';
    $binext = '.exe';
    $libext = '.lib' if ($targetos =~ /vc/);
    $libext = '.lib' if ($targetos =~ /vc/ || $targetos =~ /borland/);
  } elsif ($targetos =~ /netware/) {
    $binext = '.nlm';
    $libext = '.lib';