reflect the new packaging

This commit is contained in:
Bill Currie 2003-07-08 18:21:30 +00:00
parent c8a5a7de3b
commit 6b0570956d

View file

@ -142,9 +142,31 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
</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");
$ftime = filemtime ("files/qf-win32-server.zip");
echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC";
echo " <UL>"
echo " <LI>SDL (software) client"
fileDownloadLink("files/qf-win32-client-sdl", "zip");
echo " </LI>"
echo " <LI>SDL-32 (32bpp software) client"
fileDownloadLink("files/qf-win32-client-sdl32", "zip");
echo " </LI>"
echo " <LI>SGL (SDL OpenGL) client"
fileDownloadLink("files/qf-win32-client-sgl", "zip");
echo " </LI>"
echo " <LI>WGL (OpenGL) client"
fileDownloadLink("files/qf-win32-client-wgl", "zip");
echo " </LI>"
echo " <LI>developement stuff (libs, headers etc)"
fileDownloadLink("files/qf-win32-devel", "zip");
echo " </LI>"
echo " <LI>servers"
fileDownloadLink("files/qf-win32-server", "zip");
echo " </LI>"
echo " <LI>tools (qfcc, qfbsp ...)"
fileDownloadLink("files/qf-win32-tools", "zip");
echo " </LI>"
echo " </UL>"
?>
</LI>
</UL>