aboutsummaryrefslogtreecommitdiff
path: root/docs/windows_support.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/windows_support.rst')
-rw-r--r--docs/windows_support.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/windows_support.rst b/docs/windows_support.rst
index 2d66109d2444..72fcbccec149 100644
--- a/docs/windows_support.rst
+++ b/docs/windows_support.rst
@@ -48,11 +48,8 @@ Creating DLL
file.
Windows resource files support
- :good:`Done`. If an ``.rc`` file is given, LLD converts the file to a COFF
- file using some external commands and link it. Specifically, ``rc.exe`` is
- used to compile a resource file (.rc) to a compiled resource (.res)
- file. ``rescvt.exe`` is then used to convert a compiled resource file to a
- COFF object file section. Both tools are shipped with MSVC.
+ :good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF
+ file using ``cvtres.exe`` command and link it.
Safe Structured Exception Handler (SEH)
:good:`Done` for both x86 and x64.