Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-8b5f-43f8-b0d1-9726248d827e
  • Loading branch information
scuri committed May 29, 2018
1 parent 3d9e73e commit 3b75c29
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cd/html/en/download_tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ <h3><a name="plat">Available Platforms</a></h3>
</tr>
<tr>
<td bgcolor="#DDDDDD" align="right"><b>Win32_mingw6</b></td>
<td bgcolor="#DDDDDD" class="style6">&nbsp;Static library built with MingW gcc 6.4 -
<a href="http://www.mingw.org/" style="text-decoration: none">http://www.mingw.org/</a>
<td bgcolor="#DDDDDD" class="style6">&nbsp;Static library built with MingW-w64 gcc 6.4 -
<a href="http://mingw-w64.org/" style="text-decoration: none">http://mingw-w64.org/</a>
¹<br>
&nbsp;Also compatible with Dev-C++ -
<a href="http://www.bloodshed.net/devcpp.html" style="text-decoration: none">http://www.bloodshed.net/devcpp.html</a><br>
Expand All @@ -447,12 +447,12 @@ <h3><a name="plat">Available Platforms</a></h3>
<tr>
<td bgcolor="#DDDDDD" align="right"><b>Win32_dllw6</b></td>
<td bgcolor="#DDDDDD" class="style3">&nbsp;DLL and import library built
with MingW gcc 6.4 (See <b>Win32_mingw6</b>)</td>
with MingW-w64 gcc 6.4 (See <b>Win32_mingw6</b>)</td>
</tr>
<tr>
<td bgcolor="#C0C0C0" align="right"><b>Win64_mingw4</b></td>
<td bgcolor="#C0C0C0" class="style4">&nbsp;Static library built with MingW gcc 4.5 -
<a href="http://mingw-w64.sourceforge.net/" style="text-decoration: none">http://mingw-w64.sourceforge.net/</a>
<td bgcolor="#C0C0C0" class="style4">&nbsp;Static library built with MingW-w64 gcc 4.5 -
<a href="http://mingw-w64.org/" style="text-decoration: none">http://mingw-w64.org/</a>
¹<br>&nbsp;Tool chains targeting Win64 / Personal Builds / &quot;sezero&quot;<br>&nbsp;for
64-bits systems using the x64 standard.</td>
</tr>
Expand All @@ -464,7 +464,9 @@ <h3><a name="plat">Available Platforms</a></h3>
<tr>
<td bgcolor="#C0C0C0" align="right"><b>Win64_dllw6</b></td>
<td bgcolor="#C0C0C0" class="style1">&nbsp;DLL and import library built
with MingW gcc 6.4, <br>&nbsp;for 64-bits systems using the x64 standard.<br>&nbsp;creates dependency with MSVCRT.DLL</td>
with MingW-w64 gcc 6.4 -
<a href="http://mingw-w64.org/" style="text-decoration: none">http://mingw-w64.org/</a>
¹<br>&nbsp;for 64-bits systems using the x64 standard.<br>&nbsp;creates dependency with MSVCRT.DLL</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" align="right"><b>Win32_owc1</b></td>
Expand Down

0 comments on commit 3b75c29

Please sign in to comment.