From: Gunter Knauf Date: Thu, 15 Jul 2004 02:34:58 +0000 (+0000) Subject: added Borland support. X-Git-Tag: curl-7_12_1~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab64bf6fb173ed4d2b676bb280d1c3fc4fbf223c;p=thirdparty%2Fcurl.git added Borland support. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 4265e38a5b..983ae9e4ee 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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';