From 01e4aa14c2f1b1acb8c9f4937a640ca107fbc0a6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 2 Aug 1998 21:27:19 +0000 Subject: update location of perlcrt.dll for win32 builds p4raw-id: //depot/maint-5.005/perl@1714 --- win32/Makefile | 2 +- win32/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/Makefile b/win32/Makefile index 4027f3e697..82e8f62b3a 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 4089aac9cb..450786d62f 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 -- cgit v1.2.1