Fix lower/uppercase in link lists

pull/750/head
Volker Grabsch 9 years ago
parent f30ae4c686
commit 5a6aab4b95

@ -3936,54 +3936,54 @@ endef</pre>
<li>
<a href="https://www.archlinux.org/groups/x86_64/mingw-w64/">Arch Linux mingw-w64 packages</a>
<br>
win32 cross compiling packages by Arch Linux
Win32 cross compiling packages by Arch Linux
</li>
<li>
<a href="http://packages.debian.org/stable/devel/mingw32">Debian mingw32 package</a>
<br>
bare win32 cross compiler
Bare win32 cross compiler
</li>
<li>
<a href="https://admin.fedoraproject.org/pkgdb/acls/list/**mingw**">Fedora MinGW packages</a>
<br>
win32 cross compiling packages by Fedora
Win32 cross compiling packages by Fedora
</li>
<li>
<a href="https://msys2.github.io/">MSYS2</a>
<br>
win32/64 ports of many free software packages
Win32/64 ports of many free software packages
</li>
<li>
<a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
<br>
win32 ports of many free software packages
Win32 ports of many free software packages
</li>
<li>
<a href="http://www.sandroid.org/imcross/">IMCROSS</a>
<br>
another project with similar goal
Another project with similar goal
</li>
<li>
<a href="http://www.libsdl.org/extras/win32/cross/README.txt">MinGW cross-compiler build script</a>
<br>
old script provided by the
Old script provided by the
<a href="http://www.libsdl.org/">SDL project</a>
</li>
<li>
<a href="http://comments.gmane.org/gmane.comp.gnu.octave.maintainers/30358">mxe-octave</a>
<br>
fork of MXE specialized on building
Fork of MXE specialized on building
<a href="https://www.gnu.org/software/octave/">GNU Octave</a>
</li>
<li>
<a href="http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11/noarch/">openSUSE MinGW packages</a>
<br>
win32 cross compiling packages by openSUSE
Win32 cross compiling packages by openSUSE
</li>
<li>
<a href="http://win-builds.org/">Win-builds</a>
<br>
creates binary packages, runs on both Linux and Windows
Creates binary packages, runs on both Linux and Windows
</li>
</ul>
@ -3993,7 +3993,7 @@ endef</pre>
<li>
<a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
<br>
appeared on
Appeared on
<a href="http://lxer.com/module/newswire/view/118868">LXer</a>
and
<a href="http://www.linuxtoday.com/developer/2009041501335RVSWDV">Linux Today</a>
@ -4001,18 +4001,18 @@ endef</pre>
<li>
<a href="http://wiki.njh.eu/Cross_Compiling_for_Win32">Cross Compiling for Win32</a>
<br>
overview of win32 cross compiling
Overview of win32 cross compiling
</li>
<li>
<a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a>
<br>
official tutorial of the
Official tutorial of the
<a href="">MinGW project</a>
</li>
<li>
<a href="http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux#Cross-compiling_under_Linux_for_MS_Windows">Cross-compiling under Linux for MS Windows</a>
<br>
old tutorial provided by the
Old tutorial provided by the
<a href="http://www.wxwidgets.org/">wxWidgets project</a>
</li>
</ul>

Loading…
Cancel
Save