mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
Updated the authors file..
Tweaked configure.in to reflect the removal of sys_sun.c.
This commit is contained in:
parent
1c68f5aa28
commit
c2681485bf
2 changed files with 6 additions and 7 deletions
6
AUTHORS
6
AUTHORS
|
@ -3,7 +3,6 @@ The original Quake, QuakeWorld, and QuakeWorld server:
|
|||
|
||||
Merge of the QW/Q1 trees done largely by:
|
||||
Jeff Teunissen <deek@dusknet.dhis.net>
|
||||
Zephaniah E. Hull <warp@whitestar.soark.net>
|
||||
|
||||
Autoconf support:
|
||||
Loring Holden <lsh@cs.brown.edu>
|
||||
|
@ -16,3 +15,8 @@ Autoconf support:
|
|||
Sound cleanups:
|
||||
Ryan C. Gordon <ryan_gordon@hotmail.com>
|
||||
|
||||
Maintance of 3Dfx support:
|
||||
Zephaniah E. Hull <warp@whitestar.soark.net>
|
||||
|
||||
Maintance of the keyboard stuff:
|
||||
Zephaniah E. Hull <warp@whitestar.soark.net>
|
||||
|
|
|
@ -333,13 +333,8 @@ changequote([,])dnl
|
|||
QW_CL_SYS_SRC="sys_linux.c"
|
||||
QW_SRV_SYS_SRC="sys_unix.c"
|
||||
;;
|
||||
*-solaris*)
|
||||
SYS_SRC="sys_sun.c"
|
||||
QW_CL_SYS_SRC="sys_linux.c"
|
||||
QW_SRV_SYS_SRC="sys_unix.c"
|
||||
;;
|
||||
*)
|
||||
SYS_SRC="sys_sun.c"
|
||||
SYS_SRC="sys_unix.c"
|
||||
QW_CL_SYS_SRC="sys_linux.c"
|
||||
QW_SRV_SYS_SRC="sys_unix.c"
|
||||
DEFAULT_SYS=yes ;;
|
||||
|
|
Loading…
Reference in a new issue