diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-02 21:27:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-02 21:27:19 +0000 |
commit | 01e4aa14c2f1b1acb8c9f4937a640ca107fbc0a6 (patch) | |
tree | d1896861b2b32aa6e4caf05626caf36273679627 /win32 | |
parent | 42ac124e1121d9d0c888a584bc0d509345698865 (diff) | |
download | perl-01e4aa14c2f1b1acb8c9f4937a640ca107fbc0a6.tar.gz |
update location of perlcrt.dll for win32 builds
p4raw-id: //depot/maint-5.005/perl@1714
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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 |