summaryrefslogtreecommitdiff
path: root/canvas/Library_directx9canvas.mk
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/Library_directx9canvas.mk')
-rw-r--r--canvas/Library_directx9canvas.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk
index 06a4dc064d9a..cb8264d01c8d 100644
--- a/canvas/Library_directx9canvas.mk
+++ b/canvas/Library_directx9canvas.mk
@@ -36,14 +36,12 @@ $(eval $(call gb_Library_set_include,directx9canvas,\
-I$(OUTDIR)/inc/offuh \
))
-$(eval $(call gb_Library_set_defs,directx9canvas,\
- $$(DEFS) \
+$(eval $(call gb_Library_add_defs,directx9canvas,\
-DDIRECTX_VERSION=0x0900 \
))
ifneq ($(strip $(VERBOSE)$(verbose)),)
-$(eval $(call gb_Library_set_defs,directx9canvas,\
- $$(DEFS) \
+$(eval $(call gb_Library_add_defs,directx9canvas,\
-DVERBOSE \
))
endif