]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dp-bc.mak
r_shadows is now ignored when in r_shadow_realtime mode
[xonotic/darkplaces.git] / dp-bc.mak
index 6b60b372c480abbd3d8d90f64ff2cf1241d49172..462e0c2c68a705e535e2e7bce5a202c65e63ea65 100644 (file)
--- a/dp-bc.mak
+++ b/dp-bc.mak
@@ -129,6 +129,9 @@ EXT2=.obj
 #EXT2=.asm
 
 DEPEND = \
+   $(OBJS)\sv_light.obj\
+   $(OBJS)\r_explosion.obj\
+   $(OBJS)\r_sprites.obj\
    $(OBJS)\r_sprites.obj\
    $(OBJS)\palette.obj\
    $(OBJS)\r_crosshairs.obj\
@@ -207,6 +210,8 @@ $(EXE)\darkplaces.exe : $(DEPEND)
   $(TLINK32) @&&|
  /v $(LINKOPTS) +
 $(CROOT)\LIB\c0w32.obj+
+$(OBJS)\sv_light.obj+
+$(OBJS)\r_explosion.obj+
 $(OBJS)\r_sprites.obj+
 $(OBJS)\palette.obj+
 $(OBJS)\r_crosshairs.obj+
@@ -290,6 +295,15 @@ $(OBJS)\r_sprites.obj :  $(DPROOT)\r_sprites.c
   $(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(DPROOT)\r_sprites.c
 
 |
+$(OBJS)\r_explosion.obj :  $(DPROOT)\r_explosion.c
+  $(BCC32) -P- -c @&&|
+  $(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(DPROOT)\r_explosion.c
+|
+$(OBJS)\sv_light.obj :  $(DPROOT)\sv_light.c
+  $(BCC32) -P- -c @&&|
+  $(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(DPROOT)\sv_light.c
+|
+
 $(OBJS)\r_crosshairs.obj :  $(DPROOT)\r_crosshairs.c
   $(BCC32) -P- -c @&&|
   $(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(DPROOT)\r_crosshairs.c