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.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk
index ac505057b671..37905954b0db 100644
--- a/canvas/Library_directx9canvas.mk
+++ b/canvas/Library_directx9canvas.mk
@@ -32,8 +32,13 @@ $(eval $(call gb_Library_set_componentfile,directx9canvas,canvas/source/directx/
$(eval $(call gb_Library_set_include,directx9canvas,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/canvas/inc) \
- -I$(realpath $(SRCDIR)/canvas/inc/pch) \
+ -I$(SRCDIR)/canvas/inc \
+ -I$(SRCDIR)/canvas/inc/pch \
+))
+
+$(eval $(call gb_Library_add_api,directx9canvas,\
+ offapi \
+ udkapi \
))
$(eval $(call gb_Library_add_defs,directx9canvas,\
@@ -46,7 +51,6 @@ $(eval $(call gb_Library_add_linked_libs,directx9canvas,\
sal \
comphelper \
cppuhelper \
- stl \
basegfx \
canvastools \
vcl \