mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-21 11:11:02 +00:00
Yeah, yeah, bite me. :)
This commit is contained in:
parent
0d5fca8618
commit
f70766693d
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,11 @@ where the action is!
|
|||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/newtree-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries (Made with Borland C++)
|
||||
<? fileDownloadLink ("http://www.saunalahti.fi/~mipes/nt-win32-borl", "zip"); ?>
|
||||
<LI>Win32 newtree binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink("files/newtree-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/newtree-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
<? $ftime = filemtime("files/newtree-win32-current.zip"); echo " Updated " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
</UL>
|
||||
|
||||
|
||||
|
@ -59,8 +61,6 @@ supports single-player games, will probably discontinue support of this tree.
|
|||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink ("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries (Made with Borland C++)
|
||||
<? fileDownloadLink ("http://www.saunalahti.fi/~mipes/nt-win32-borl", "zip"); ?>
|
||||
<LI>Win32 binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink ("files/quakeforge-win32-current", "zip"); ?>
|
||||
<? echo " Built from CVS on " . date ("M. j, g:i a", filemtime ("files/quakeforge-win32-current.zip")) . " PT"; ?>
|
||||
|
|
Loading…
Reference in a new issue