From 9f4c6773842952f04ce20765cc9f9e456584d461 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 30 Oct 2005 22:59:14 +0000 Subject: [PATCH] Servers need the model loader. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1545 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/Makefile b/engine/Makefile index 930261bdd..a83222436 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -268,6 +268,7 @@ SERVERONLY_OBJS = \ sv_sys_unix.o WINDOWSSERVERONLY_OBJS = \ + gl_alias.o \ svmodel.o \ sv_sys_win.o