diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-05 21:46:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-05 21:46:13 +0000 |
commit | b89743e800129adf9c935ed591ee8652c473d0cc (patch) | |
tree | 143bcf2e92be82e8d0a6f3f4b5714c9446a1eb7a /win32/Makefile | |
parent | 87de16722cc997305cd67fe72a75c83d2757d1a3 (diff) | |
download | perl-b89743e800129adf9c935ed591ee8652c473d0cc.tar.gz |
correct URL for perlcrt.dll
p4raw-id: //depot/maint-5.005/perl@1741
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |