From 783caf3eee8651d8396b1fdac53bb264eae899bf Mon Sep 17 00:00:00 2001 From: black Date: Tue, 7 Oct 2003 11:56:02 +0000 Subject: [PATCH] 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 --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.2