]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dp-bc.mak
fixed combine overbright behavior
[xonotic/darkplaces.git] / dp-bc.mak
index e2194f4a3efc07e24740409f20ed598301670c63..462e0c2c68a705e535e2e7bce5a202c65e63ea65 100644 (file)
--- a/dp-bc.mak
+++ b/dp-bc.mak
@@ -129,6 +129,11 @@ 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\
    $(OBJS)\r_modules.obj\
    $(OBJS)\gl_textures.obj\
@@ -205,6 +210,10 @@ $(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+
 $(OBJS)\r_modules.obj+
 $(OBJS)\gl_textures.obj+
@@ -281,11 +290,31 @@ $(DPROOT)\opengl32.lib+
 ($CROOT)\LIB\cw32.lib
 
 |
+$(OBJS)\r_sprites.obj :  $(DPROOT)\r_sprites.c
+  $(BCC32) -P- -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
+
 |
+$(OBJS)\palette.obj :  $(DPROOT)\palette.c
+  $(BCC32) -P- -c @&&|
+  $(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(DPROOT)\palette.c
+
 
+|
 $(OBJS)\r_modules.obj :  $(DPROOT)\r_modules.c
   $(BCC32) -P- -c @&&|
   $(COMPOPTS) -I$(INCLUDES) -D$(DEFINES) -o$@ $(DPROOT)\r_modules.c