More updates.

This commit is contained in:
Jeff Teunissen 2000-10-03 05:52:13 +00:00
parent 69c7c08a17
commit 32ac67c901

View file

@ -42,7 +42,9 @@ where the action is!
<UL>
<LI>Source code
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2", "tar.gz tar.bz2 zip"); ?>
<LI>Win32 binaries
<LI>Win32 binaries (Made with Microsoft Developer Studio)
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2-win32", "zip"); ?>
<LI>Win32 binaries (Made with Borland C++) [ coming soon! ]
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2-win32", "zip"); ?>
</UL>
@ -53,14 +55,14 @@ where the action is!
<LI>Win32 binaries (Made with Borland C++)
<?
fileDownloadLink ("files/newtree-win32-bc-current", "zip");
$ftime = filemtime("files/newtree-win32-bc-current.zip");
echo " Updated " . date("M. j, g:i a", $ftime) . " PT";
$ftime = filemtime ("files/newtree-win32-bc-current.zip");
echo " Updated " . date ("M. j, g:i a", $ftime) . " PT";
?>
<LI>Win32 binaries (Made with Microsoft VC++)
<LI>Win32 binaries (Made with Microsoft Developer Studio)
<?
fileDownloadLink ("files/newtree-win32-current", "zip");
$ftime = filemtime("files/newtree-win32-current.zip");
echo " Updated " . 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>
@ -75,7 +77,7 @@ is no support for QuakeWorld multiplayer protocols.
<UL>
<LI>Source code
<? fileDownloadLink("files/nuq-current", "tar.gz tar.bz2 zip"); ?>
<LI>Win32 binaries [ Coming soon! ]
<LI>Win32 binaries [ coming soon! ]
</UL>
<H4>QuakeForge Merged Tree</H4>