summaryrefslogtreecommitdiffstats
path: root/canvas/Library_directx5canvas.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-12 19:45:10 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-12 13:08:40 -0500
commit0471520e8d583f017ebb1703704be4da4444da3c (patch)
tree8dbc34a6b9bba9d4c551dec5814ef8267c4b5c05 /canvas/Library_directx5canvas.mk
parentremoved unused stuff from number formatter (diff)
downloadcore-0471520e8d583f017ebb1703704be4da4444da3c.tar.gz
core-0471520e8d583f017ebb1703704be4da4444da3c.zip
fix build issues in canvas on windows
Diffstat (limited to 'canvas/Library_directx5canvas.mk')
-rw-r--r--canvas/Library_directx5canvas.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/canvas/Library_directx5canvas.mk b/canvas/Library_directx5canvas.mk
index f27391d6e03c..a24a6688bb91 100644
--- a/canvas/Library_directx5canvas.mk
+++ b/canvas/Library_directx5canvas.mk
@@ -32,9 +32,9 @@ $(eval $(call gb_Library_set_componentfile,directx5canvas,canvas/source/directx/
$(eval $(call gb_Library_set_include,directx5canvas,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/canvas/inc) \
- -I$(realpath $(SRCDIR)/canvas/inc/pch) \
- -I$(realpath $(SRCDIR)/canvas/source/directx) \
+ -I$(SRCDIR)/canvas/inc \
+ -I$(SRCDIR)/canvas/inc/pch \
+ -I$(SRCDIR)/canvas/source/directx \
))
$(eval $(call gb_Library_add_api,directx5canvas,\
@@ -51,7 +51,6 @@ $(eval $(call gb_Library_add_linked_libs,directx5canvas,\
sal \
comphelper \
cppuhelper \
- stl \
basegfx \
canvastools \
vcl \