]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
DP_QC_EXTRESPONSEPACKET - getextresponse() function now also in csqc and svqc (same...
[xonotic/darkplaces.git] / makefile
index 45b2d97f666b7f08004d331141799d3bde69430f..1bf6a24bf3043ef8aebf07c00a48dedcb2ed9d4f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -225,10 +225,14 @@ ifeq ($(DP_SOUND_API), WIN)
        LIB_SOUND=$(LIB_SND_WIN)
 endif
 
+ifeq ($(DP_SOUND_API),3DRAS)
+       OBJ_SOUND=$(OBJ_SND_3DRAS)
+       LIB_SOUND=$(LIB_SND_3DRAS)
+endif
 
 ##### Extra CFLAGS #####
 
-CFLAGS_MAKEDEP?=-MD
+CFLAGS_MAKEDEP?=-MMD
 ifdef DP_FS_BASEDIR
        CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"'
 else