From: black <black@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Tue, 7 Oct 2003 11:56:02 +0000 (+0000)
Subject: AK: Changed makefile temporarily so the new prvm compiles on linux.
X-Git-Tag: xonotic-v0.1.0preview~6342
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=783caf3eee8651d8396b1fdac53bb264eae899bf;p=xonotic%2Fdarkplaces.git

AK: Changed makefile temporarily so the new prvm compiles on linux.


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3544 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/makefile b/makefile
index ef555bc9..b12b941c 100644
--- a/makefile
+++ b/makefile
@@ -42,6 +42,7 @@ CMD_RM=rm -f
 endif
 
 # Objects
+# AK added the new prvm stuff - LordHavoc please correct it !
 CLIENTOBJECTS=	cgame.o cgamevm.o chase.o cl_collision.o cl_demo.o cl_input.o \
 		cl_main.o cl_parse.o cl_particles.o cl_screen.o cl_video.o \
 		console.o dpvsimpledecode.o fractalnoise.o gl_backend.o \
@@ -49,7 +50,7 @@ CLIENTOBJECTS=	cgame.o cgamevm.o chase.o cl_collision.o cl_demo.o cl_input.o \
 		jpeg.o keys.o menu.o meshqueue.o r_crosshairs.o r_explosion.o \
 		r_lerpanim.o r_light.o r_lightning.o r_modules.o r_sky.o \
 		r_sprites.o sbar.o ui.o vid_shared.o view.o wavefile.o \
-		r_shadow.o
+		r_shadow.o prvm_exec.o prvm_edict.o prvm_cms.o
 SERVEROBJECTS=	pr_cmds.o pr_edict.o pr_exec.o sv_main.o sv_move.o \
 		sv_phys.o sv_user.o
 SHAREDOBJECTS=	cmd.o collision.o common.o crc.o cvar.o \