diff options
author | Douglas Lankshear <doug@lankshear.net> | 1998-07-22 00:09:09 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 17:09:11 +0000 |
commit | e9ee4811e9cb1e626e3ac1b3b595de5ded0d4121 (patch) | |
tree | 61f49686be9f6bf285c020f7f827d0f119f95d2f /win32/makefile.mk | |
parent | b12e51c8ab7fa4270796ab6177703b6cb995c11a (diff) | |
download | perl-e9ee4811e9cb1e626e3ac1b3b595de5ded0d4121.tar.gz |
win32 tweaks
Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active>
p4raw-id: //depot/perl@1640
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index c51ee8e926..57813aa0b3 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -57,11 +57,10 @@ CCTYPE *= BORLAND #CFG *= Debug # -# uncomment to enable linking with setargv.obj under the Visual C -# compiler. Setting this options enables perl to expand wildcards in -# arguments, but it may be harder to use alternate methods like -# File::DosGlob that are more powerful. This option is supported only with -# Visual C. +# 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/ +# and follow the directions in the package to install. # #USE_PERLCRT *= define |