summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-08-05 21:46:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-08-05 21:46:13 +0000
commitb89743e800129adf9c935ed591ee8652c473d0cc (patch)
tree143bcf2e92be82e8d0a6f3f4b5714c9446a1eb7a /win32
parent87de16722cc997305cd67fe72a75c83d2757d1a3 (diff)
downloadperl-b89743e800129adf9c935ed591ee8652c473d0cc.tar.gz
correct URL for perlcrt.dll
p4raw-id: //depot/maint-5.005/perl@1741
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index f23828ccf6..b98d1f9607 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -51,7 +51,8 @@ INST_VER = \5.00502
#
# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
# Highly recommended. It has patches that fix known bugs in MSVCRT.DLL.
-# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/
+# This currently requires VC 5.0 with Service Pack 3.
+# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/
# and follow the directions in the package to install.
#
#USE_PERLCRT = define
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 17c7afca20..3efe59c929 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -59,7 +59,8 @@ CCTYPE *= BORLAND
#
# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
# Highly recommended. It has patches that fix known bugs in MSVCRT.DLL.
-# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/
+# This currently requires VC 5.0 with Service Pack 3.
+# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/
# and follow the directions in the package to install.
#
#USE_PERLCRT *= define