mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
add links for the mingw bins
This commit is contained in:
parent
900c4e3b1e
commit
35a73d0506
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ where the action is!
|
|||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries (Made with Microsoft Developer Studio)
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0-win32", "zip"); ?>
|
||||
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC)) (experimental)
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0-mingw-i386.zip", "zip"); ?>
|
||||
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC), i686 optimised) (experimental)
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0-mingw-i686.zip", "zip"); ?>
|
||||
</UL>
|
||||
|
||||
<P>Development Snapshots (source updated daily)
|
||||
|
|
Loading…
Reference in a new issue