Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/overview2.sgml')
-rw-r--r--winsup/doc/overview2.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/doc/overview2.sgml b/winsup/doc/overview2.sgml
index 81e55c47e..def02ba38 100644
--- a/winsup/doc/overview2.sgml
+++ b/winsup/doc/overview2.sgml
@@ -35,10 +35,9 @@ the <literal>/usr/share/doc/Cygwin/</literal> directory.
<para>
Developers coming from a Windows background will be able to write
console or GUI executables that rely on the Microsoft Win32 API instead
-of Cygwin using the mingw32 or mingw64 cross-compiler toolchains. The
-<command>-shared</command> option to GCC allows to write Windows Dynamically
-Linked Libraries (DLLs). The resource compiler <command>windres</command>
-is also provided.
+of Cygwin using the -mno-cygwin option to GCC. The <command>-shared</command>
+option allows to write Windows Dynamically Linked Libraries (DLLs). The
+resource compiler <command>windres</command> is also provided.
</para>
</sect1>