aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-07-15 02:34:58 +0000
committerGunter Knauf <gk@gknw.de>2004-07-15 02:34:58 +0000
commitab64bf6fb173ed4d2b676bb280d1c3fc4fbf223c (patch)
tree041177d7214b35c5e6d232dac4a5afb79f4816d2 /tests
parent0b0d20021cafb78424394c12cdddd9b4c8543fca (diff)
added Borland support.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testcurl.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 4265e38a5..983ae9e4e 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';