diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-24 16:42:32 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-24 16:42:32 (GMT) |
commit | 981a708ff5e6a946f0fdb8b6985650bb274de8f2 (patch) | |
tree | 6f5215c12d0d8bade99424813e60252f5afdd650 /doc | |
parent | f55a2550e4c6c3bf00681580cf352f815c8ac7bb (diff) | |
parent | cda13b60a6dd874b0379ea23e62449ad828c3b25 (diff) | |
download | mxe-981a708ff5e6a946f0fdb8b6985650bb274de8f2.zip mxe-981a708ff5e6a946f0fdb8b6985650bb274de8f2.tar.gz mxe-981a708ff5e6a946f0fdb8b6985650bb274de8f2.tar.bz2 |
merge
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 54 |
1 files changed, 48 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index 38297d7..9de31aa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -171,6 +171,10 @@ <li> creates libraries to be linked statically, no DLL hell </li> + <li> + is already + <a href="#used-by">used by several projects</a> + </li> </ul> </div> @@ -1281,7 +1285,7 @@ cd ..</pre> <h3>This project</h3> - <ul> + <ul class="compact-list"> <li> <a href="http://mingw-cross-env.nongnu.org/">Project website</a> </li> @@ -1293,13 +1297,10 @@ cd ..</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> + / <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> @@ -1330,7 +1331,7 @@ cd ..</pre> </li> </ul> - <h3>Articles</h3> + <h3>Related articles</h3> <ul> <li> @@ -1359,6 +1360,47 @@ cd ..</pre> <a href="http://www.wxwidgets.org/">wxWidgets project</a> </li> </ul> + + <h3 id="used-by">Projects which use mingw-cross-env</h3> + + <ul class="compact-list"> + <li> + <a href="http://toppler.sourceforge.net/">Tower Toppler</a> + </li> + <li> + <a href="http://pushover.sourceforge.net/">Pushover</a> + </li> + <li> + <a href="http://www.xs4all.nl/~thebeez/4tH/">The 4tH Compiler</a> + </li> + <li> + <a href="http://springrts.com/">Spring RTS</a> + </li> + <li> + <a href="http://github.com/phtrivier/ube">U.B.E</a> + </li> + <li> + <a href="http://marathon.sourceforge.net/">Marathon Aleph One</a> + </li> + <li> + <a href="http://sourceforge.net/projects/aorta/">Aorta</a> + </li> + <li> + <a href="http://msmtp.sourceforge.net/">msmtp</a> + </li> + <li> + <a href="http://mpop.sourceforge.net/">mpop</a> + </li> + <li> + <a href="http://cvtool.sourceforge.net/">cvtool</a> + </li> + <li> + <a href="http://tux4kids.alioth.debian.org/tuxmath/">Tux Math</a> + </li> + <li> + <a href="http://tux4kids.alioth.debian.org/tuxtype/">Tux Typing</a> + </li> + </ul> </div> </body> |