mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
hey, might as well make the win32 bins available :)
This commit is contained in:
parent
0d581938a4
commit
354eede4ee
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ QuakeForge.
|
|||
<LI>Source code
|
||||
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
</LI>
|
||||
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC) in Linux)
|
||||
<?
|
||||
fileDownloadLink("files/qf-win32", "zip");
|
||||
$ftime = filemtime ("files/qf-win32.zip");
|
||||
echo " Updated " . date ("M. j, g:i a", $ftime) . " PT";
|
||||
?>
|
||||
</LI>
|
||||
</UL>
|
||||
|
||||
<H4>QuakeForge: Newtree</H4>
|
||||
|
|
Loading…
Reference in a new issue