summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-11-26 09:06:30 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2013-11-26 17:57:54 +0000
commita2b0867187c3f1dc1866fb63cfd59da300fb4dd5 (patch)
treefad4c1b14a48a1d934a3d8d52b07682cdf648644 /README.win32
parenta0ccbf74dd8e08dd5f5574e95fa73f9d2332896a (diff)
downloadperl-a2b0867187c3f1dc1866fb63cfd59da300fb4dd5.tar.gz
Extend Intel C++ compiler support (a48cc4c427) to dmake builds
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3210
1 files changed, 5 insertions, 5 deletions
diff --git a/README.win32 b/README.win32
index 37a7177b75..fda4487d4b 100644
--- a/README.win32
+++ b/README.win32
@@ -40,7 +40,7 @@ system). Currently, this port is capable of using one of the
following compilers on the Intel x86 architecture:
Microsoft Visual C++ version 6.0 or later
- Intel C++ Compiler (experimental, nmake only)
+ Intel C++ Compiler (experimental)
Gcc by mingw.org gcc version 3.2 or later
Gcc by mingw-w64.sf.net gcc version 4.4.3 or later
@@ -315,10 +315,10 @@ You also need dmake. See L</"Make"> above on how to get it.
=item Intel C++ Compiler
-Experimental support for using Intel C++ Compiler has been added. You must use
-nmake, not dmake. Edit win32/Makefile and pick the correct CCTYPE for the
-Visual C that Intel C was installed into. Also uncomment __ICC to enable Intel
-C on Visual C support. To set up the build enviroment, from the Start Menu run
+Experimental support for using Intel C++ Compiler has been added. Edit
+win32/Makefile and pick the correct CCTYPE for the Visual C that Intel C was
+installed into. Also uncomment __ICC to enable Intel C on Visual C support.
+To set up the build enviroment, from the Start Menu run
IA-32 Visual Studio 20__ mode or Intel 64 Visual Studio 20__ mode as
appropriate. Then run nmake as usually in that prompt box.