update location of perlcrt.dll for win32 builds
Gurusamy Sarathy [Sun, 2 Aug 1998 21:27:19 +0000 (21:27 +0000)]
p4raw-id: //depot/maint-5.005/perl@1714

win32/Makefile
win32/makefile.mk

index 4027f3e..82e8f62 100644 (file)
@@ -51,7 +51,7 @@ 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.
-# You will need to download it from: http://www.activestate.com/
+# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/
 # and follow the directions in the package to install.
 #
 #USE_PERLCRT   = define
index 4089aac..450786d 100644 (file)
@@ -59,7 +59,7 @@ 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.
-# You will need to download it from: http://www.activestate.com/
+# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/
 # and follow the directions in the package to install.
 #
 #USE_PERLCRT   *= define