diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-03 14:52:54 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-03 14:52:54 (GMT) |
commit | afc3b564fa41fb3ad56b4dc2fd45cb36332acf43 (patch) | |
tree | 8d2ec3c46d84efb02b8dd72041d20fb131cd3870 /doc/index.html | |
parent | 9a7ba346457439caa21180c747d4869f9e6a9d70 (diff) | |
download | mxe-afc3b564fa41fb3ad56b4dc2fd45cb36332acf43.zip mxe-afc3b564fa41fb3ad56b4dc2fd45cb36332acf43.tar.gz mxe-afc3b564fa41fb3ad56b4dc2fd45cb36332acf43.tar.bz2 |
revised documentation section "See also"
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 204ebdf..8e5d6ac 100644 --- a/doc/index.html +++ b/doc/index.html @@ -759,9 +759,15 @@ If a cross compiler is detected then cross compile mode will be used.</pre> </li> <li> <a href="http://freshmeat.net/projects/mingw_cross_env">Project entry on Freshmeat</a> + <br> with a filled <a href="http://freshmeat.net/projects/mingw_cross_env/comments">comments section</a> </li> + <li> + <a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a> + <br> + and the discussion around it + </li> </ul> <h3>Related projects</h3> @@ -769,7 +775,24 @@ If a cross compiler is detected then cross compile mode will be used.</pre> <ul> <li> <a href="http://www.sandroid.org/imcross/">IMCROSS</a> - – another project with a similar goal + <br> + another project with similar goal + </li> + <li> + <a href="http://packages.debian.org/stable/devel/mingw32">mingw32 Debian package</a> + <br> + bare win32 cross compiler + </li> + <li> + <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> + <br> + win32 ports of many free software packages + </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 + <a href="http://www.libsdl.org/">SDL project</a> </li> </ul> @@ -778,18 +801,28 @@ If a cross compiler is detected then cross compile mode will be used.</pre> <ul> <li> <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a> - – an article which appeared on + <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://wiki.njh.eu/Cross_Compiling_for_Win32">Cross Compiling for Win32</a> - – an overview of the various possibilities for win32 cross compiling + <br> + 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 + <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> - – a very old, but good win32 cross compiling tutorial + <br> + old tutorial provided by the + <a href="http://www.wxwidgets.org/">wxWidgets project</a> </li> </ul> </div> |