sys.h is no longer part of quakedef.h

sys_wina.S is now sys_x86.S (same as now gone sys_dosa.S, used on Linux too)

Updated Linux Makefile to reflect above

Linux translation table thingy now compiles properly
This commit is contained in:
Joseph Carter 2000-05-14 16:56:28 +00:00
parent 31b8be8648
commit 6e37b33f44
37 changed files with 90 additions and 49 deletions

View file

@ -27,6 +27,7 @@
*/
// d_modech.c: called when mode has just changed
#include "sys.h"
#include "quakedef.h"
#include "d_local.h"