mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 09:21:29 +00:00
add file dates to win32 builds
This commit is contained in:
parent
4f4433b89c
commit
e5d3a3a989
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ developers at a variety of locations.
|
|||
<DD>There is also an <A href="ftp://ftp.ssh.com/pub/ssh/">anti-commercial, non-free implementation</A> available from <A href="http://www.ssh.com/">SSH Communications</A>.</DD>
|
||||
|
||||
<DT>Windows 95, 98, NT, and Windows 2000:</DT>
|
||||
<DD>You can also get an SSH client from Gordon Chaffee's <A href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html">Windows NT Utilities</A> page.</DD>
|
||||
<DD>You can get an SSH client from Gordon Chaffee's <A href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html">Windows NT Utilities</A> page.</DD>
|
||||
</DL>
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
|
|
|
@ -42,8 +42,10 @@ If we haven't fixed it, <A HREF="contact.php">please let us know</A>!
|
|||
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||
<LI>Win32 binaries (Microsoft VC++)
|
||||
<? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/quakeforge-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
<LI>Win32 newtree binaries (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";?>
|
||||
|
||||
</UL>
|
||||
|
||||
|
|
Loading…
Reference in a new issue