mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
fixed file downloads for source code
This commit is contained in:
parent
e79f568f6f
commit
f5fbf36024
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ where the action is!
|
|||
|
||||
<UL>
|
||||
<LI>Souce code
|
||||
<? fileDownloadLink("files/qf-newtree-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
||||
<? fileDownloadLink("files/qf_newtree_current_snapshot", "zip"); ?>
|
||||
<LI>Win32 newtree binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink("files/quakeforge-newtree-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/quakeforge-newtree-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
|
@ -56,7 +56,7 @@ supports single-player games, will probably discontinue support of this tree.
|
|||
|
||||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
||||
<? fileDownloadLink("files/qf_current_snapshot", "zip"); ?>
|
||||
<LI>Win32 binaries (Made with Borland C++)
|
||||
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||
<LI>Win32 binaries (Made with Microsoft VC++)
|
||||
|
|
Loading…
Reference in a new issue