]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added Borland support.
authorGunter Knauf <gk@gknw.de>
Thu, 15 Jul 2004 02:34:58 +0000 (02:34 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 15 Jul 2004 02:34:58 +0000 (02:34 +0000)
tests/testcurl.pl

index 4265e38a5bf7d7fd00f011d75016dd5511929455..983ae9e4eee670a661d18f969f108801d813676f 100755 (executable)
@@ -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';