Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-09-03 14:27:38 +0000
committerJonah Graham2019-09-09 19:56:07 +0000
commit2cbf927a36d722adb50d0e90421378752ad15d43 (patch)
tree5bad2c2cadb431e1feacca4a1293db79daf5b738 /doc/org.eclipse.cdt.doc.user
parenta1febf009712cf7190b75519e8d610206e540009 (diff)
downloadorg.eclipse.cdt-2cbf927a36d722adb50d0e90421378752ad15d43.tar.gz
org.eclipse.cdt-2cbf927a36d722adb50d0e90421378752ad15d43.tar.xz
org.eclipse.cdt-2cbf927a36d722adb50d0e90421378752ad15d43.zip
Bug 550076 - Use PE64 parser by defaultCDT_9_9_0
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm
index 7145c077d62..3591289af52 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm
@@ -10,7 +10,7 @@
<div role="main"><h1>Selecting a binary parser</h1>
<p>Selecting the correct binary parser is important to ensure the
accuracy of the C/C++ Projects view and to successfully run and debug
-your programs. Windows users should select the PE Windows Parser. UNIX
+your programs. Windows users should select the PE64 Windows Parser. UNIX
and Linux users should select the Elf Parser. When you select the
correct parser for your development environment and build your project,
you can view the components of the .o file in the C/C++ Projects view
@@ -30,8 +30,8 @@ for binary parser are got from Preferences during project creation.</p>
<li>In the <strong>Binary Parser</strong> list, click:
<ul>
<li><strong>Elf Parser</strong>, if you are a Solaris, UNIX, or Linux user.</li>
- <li><strong>PE Windows Parser</strong>, if you are a Windows user.</li>
- <li><strong>Cygwin PE Parser</strong>, if you are using Cygwin.</li>
+ <li><strong>PE64 Windows Parser</strong>, if you are a Windows user.</li>
+ <li><strong>Cygwin PE64 Parser</strong>, if you are using Cygwin.</li>
</ul>
</li>
<li>Click <strong>OK</strong>.</li>

Back to the top