From 6b0570956d0cb8718f61d8b977835eb2c6fc17b2 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 8 Jul 2003 18:21:30 +0000 Subject: [PATCH] reflect the new packaging --- files.php | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/files.php b/files.php index cfa4a1d..2c8947e 100644 --- a/files.php +++ b/files.php @@ -142,9 +142,31 @@ very few people on Windows would be able to play. :)
  • Win32 binaries (Made with MinGW (GCC) in Linux) " + echo "
  • SDL (software) client" + fileDownloadLink("files/qf-win32-client-sdl", "zip"); + echo "
  • " + echo "
  • SDL-32 (32bpp software) client" + fileDownloadLink("files/qf-win32-client-sdl32", "zip"); + echo "
  • " + echo "
  • SGL (SDL OpenGL) client" + fileDownloadLink("files/qf-win32-client-sgl", "zip"); + echo "
  • " + echo "
  • WGL (OpenGL) client" + fileDownloadLink("files/qf-win32-client-wgl", "zip"); + echo "
  • " + echo "
  • developement stuff (libs, headers etc)" + fileDownloadLink("files/qf-win32-devel", "zip"); + echo "
  • " + echo "
  • servers" + fileDownloadLink("files/qf-win32-server", "zip"); + echo "
  • " + echo "
  • tools (qfcc, qfbsp ...)" + fileDownloadLink("files/qf-win32-tools", "zip"); + echo "
  • " + echo " " ?>