wrowe 01/04/02 23:00:55
Modified: test MakeWin32Make.pl
Log:
Hmmm... this ought to be a defvar, but ITMT, here is a fix to get a
little further with mod_test.so
Revision Changes Path
1.8 +0 -1 apr/test/MakeWin32Make.pl
Index: MakeWin32Make.pl
===================================================================
RCS file: /home/cvs/apr/test/MakeWin32Make.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MakeWin32Make.pl 2001/03/31 07:54:47 1.7
+++ MakeWin32Make.pl 2001/04/03 06:00:54 1.8
@@ -44,7 +44,6 @@
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;