From: Gurusamy Sarathy <gsar@cpan.org>
Date: Sun, 2 Aug 1998 21:27:19 +0000 (+0000)
Subject: update location of perlcrt.dll for win32 builds
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01e4aa14c2f1b1acb8c9f4937a640ca107fbc0a6;p=p5sagit%2Fp5-mst-13.2.git

update location of perlcrt.dll for win32 builds

p4raw-id: //depot/maint-5.005/perl@1714
---

diff --git a/win32/Makefile b/win32/Makefile
index 4027f3e..82e8f62 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -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
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 4089aac..450786d 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -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