remove debugcommand -- debugrun is superceding it
[LibreOffice.git] / canvas / Library_gdipluscanvas.mk
blob97357fa259ec05ab989e772da7e8b280428d119f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,gdipluscanvas))
31 $(eval $(call gb_Library_set_componentfile,gdipluscanvas,canvas/source/directx/gdipluscanvas))
33 $(eval $(call gb_Library_set_include,gdipluscanvas,\
34 $$(INCLUDE) \
35 -I$(SRCDIR)/canvas/inc \
36 -I$(SRCDIR)/canvas/inc/pch \
39 $(eval $(call gb_Library_add_api,gdipluscanvas,\
40 offapi \
41 udkapi \
44 $(eval $(call gb_Library_add_defs,gdipluscanvas,\
45 -DDIRECTX_VERSION=0x0900 \
48 ifneq ($(strip $(VERBOSE)$(verbose)),)
49 $(eval $(call gb_Library_add_defs,gdipluscanvas,\
50 -DVERBOSE \
52 endif
54 $(eval $(call gb_Library_add_linked_libs,gdipluscanvas,\
55 cppu \
56 tk \
57 sal \
58 comphelper \
59 cppuhelper \
60 basegfx \
61 canvastools \
62 vcl \
63 tl \
64 utl \
65 i18nisolang1 \
66 $(gb_STDLIBS) \
69 ifeq ($(OS),WNT)
70 $(eval $(call gb_Library_add_linked_libs,gdipluscanvas,\
71 gdi32 \
72 gdiplus \
74 endif
76 $(eval $(call gb_Library_add_exception_objects,gdipluscanvas,\
77 canvas/source/directx/dx_bitmap \
78 canvas/source/directx/dx_bitmapcanvashelper \
79 canvas/source/directx/dx_canvas \
80 canvas/source/directx/dx_canvasbitmap \
81 canvas/source/directx/dx_canvasfont \
82 canvas/source/directx/dx_canvashelper \
83 canvas/source/directx/dx_canvashelper_texturefill \
84 canvas/source/directx/dx_devicehelper \
85 canvas/source/directx/dx_gdiplususer \
86 canvas/source/directx/dx_impltools \
87 canvas/source/directx/dx_linepolypolygon \
88 canvas/source/directx/dx_textlayout \
89 canvas/source/directx/dx_textlayout_drawhelper \
90 canvas/source/directx/dx_vcltools \
93 # vim: set noet sw=4 ts=4: