summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-13 09:43:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-13 09:43:03 +0000
commitaf06e6b30cf772fb55f8378b8e46866dc9d06896 (patch)
tree0cfbf96667455bb1be5140f8cca49210ace78fae /README.win32
parent1ba53475584b568fe81ad70f22128f596dffa82f (diff)
downloadperl-af06e6b30cf772fb55f8378b8e46866dc9d06896.tar.gz
doc tweak
p4raw-id: //depot/perl@2233
Diffstat (limited to 'README.win32')
-rw-r--r--README.win326
1 files changed, 3 insertions, 3 deletions
diff --git a/README.win32 b/README.win32
index 35c8100f01..7fcc58fa4e 100644
--- a/README.win32
+++ b/README.win32
@@ -211,9 +211,9 @@ perl95.exe will have esoteric problems with extensions like perl/Tk that
themselves use the C Runtime heavily, or want to free() pointers
malloc()-ed by perl.
-You can avoid the perl95.exe problems completely if you use Borland
-C++ for building perl (perl95.exe is not needed and will not be built
-in that case).
+You can avoid the perl95.exe problems completely if you either enable
+USE_PERLCRT with Visual C++, or use Borland C++ for building perl. In
+those cases, perl95.exe is not needed and will not be built.
=back