mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
reflect the new packaging
This commit is contained in:
parent
c8a5a7de3b
commit
6b0570956d
1 changed files with 24 additions and 2 deletions
26
files.php
26
files.php
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue