From 36a1000bdc7385df963fa0c519e958fbc84cb5b9 Mon Sep 17 00:00:00 2001 From: wrowe Date: Tue, 3 Apr 2001 06:00:54 +0000 Subject: Hmmm... this ought to be a defvar, but ITMT, here is a fix to get a little further with mod_test.so git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61444 13f79535-47bb-0310-9956-ffa450edef68 --- test/MakeWin32Make.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/MakeWin32Make.pl b/test/MakeWin32Make.pl index 6d5f88697..4fb80b6f3 100644 --- a/test/MakeWin32Make.pl +++ b/test/MakeWin32Make.pl @@ -44,7 +44,6 @@ while ($t = <$srcfl>) { while ($t =~ s|\.a\b|\.lib|) {} while ($t =~ s|\.o\b|\.obj|) {} while ($t =~ s|\.lo\b|\.obj|) {} - while ($t =~ s|\.so\b|\.dll|) {} print $dstfl $t; -- cgit v1.2.1