diff options
author | Volker Diels-Grabsch <v@njh.eu> | 2016-04-12 06:20:42 (GMT) |
---|---|---|
committer | Volker Diels-Grabsch <v@njh.eu> | 2016-04-12 06:20:42 (GMT) |
commit | a7e50dbde1deeaf3a8b104b9094a46c3625dce28 (patch) | |
tree | 410b80b2649e9860275e59d617f16f00c6c84dc0 /index.html | |
parent | d4967e7892b9c925d679cc98026a6c20290fdb79 (diff) | |
download | mxe-a7e50dbde1deeaf3a8b104b9094a46c3625dce28.zip mxe-a7e50dbde1deeaf3a8b104b9094a46c3625dce28.tar.gz mxe-a7e50dbde1deeaf3a8b104b9094a46c3625dce28.tar.bz2 |
Move section "Related articles" before section "Related projects"
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 62 |
1 files changed, 31 insertions, 31 deletions
@@ -4172,6 +4172,37 @@ endef</pre> </li> </ul> + <h3>Related articles</h3> + + <ul> + <li> + <a href="http://www.valdyas.org/fading/index.cgi/hacking/krita/mxe_krita.html">Cross-compiling Krita using MXE</a> + <br> + Experience report of the + <a href="https://krita.org/">Krita project</a> + </li> + <li> + <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a> + <br> + 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> + </li> + <li> + <a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a> + <br> + Official tutorial of the + <a href="http://www.mingw.org/">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 + <a href="http://www.wxwidgets.org/">wxWidgets project</a> + </li> + </ul> + <h3>Related projects</h3> <ul> @@ -4228,37 +4259,6 @@ endef</pre> Creates binary packages, runs on both Linux and Windows </li> </ul> - - <h3>Related articles</h3> - - <ul> - <li> - <a href="http://www.valdyas.org/fading/index.cgi/hacking/krita/mxe_krita.html">Cross-compiling Krita using MXE</a> - <br> - Experience report of the - <a href="https://krita.org/">Krita project</a> - </li> - <li> - <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a> - <br> - 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> - </li> - <li> - <a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a> - <br> - Official tutorial of the - <a href="http://www.mingw.org/">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 - <a href="http://www.wxwidgets.org/">wxWidgets project</a> - </li> - </ul> </div> <div class="section"> |