diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index e49608a624d..5883ef0d8a0 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -285,14 +285,7 @@ up
The port is done using the MSYS shell.
Download and install
bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source,
-if necessary. If you need to create a library for an MS DLL, do the following:
-
-- pexports /C/WINNT/SYSTEM32/file.dll | sed "s/^_//" >
-/C/MinGW/lib/file.def
-- Edit file and append @<ordinal> to the missing function name
-- dlltool.exe -k -d /C/MinGW/lib/file.def -l
-/C/MinGW/lib/libfile.a.
-
+if necessary.