fix build issues in canvas on windows

This commit is contained in:
Norbert Thiebaud 2011-08-12 19:45:10 +02:00
parent 25027d0ba3
commit 0471520e8d
3 changed files with 12 additions and 10 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -32,8 +32,8 @@ $(eval $(call gb_Library_set_componentfile,gdipluscanvas,canvas/source/directx/g
$(eval $(call gb_Library_set_include,gdipluscanvas,\
$$(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,gdipluscanvas,\
@ -57,7 +57,6 @@ $(eval $(call gb_Library_add_linked_libs,gdipluscanvas,\
sal \
comphelper \
cppuhelper \
stl \
basegfx \
canvastools \
vcl \