1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_StaticLibrary_StaticLibrary
,directxcanvas
))
13 $(eval
$(call gb_StaticLibrary_set_include
,directxcanvas
,\
15 -I
$(SRCDIR
)/canvas
/inc \
18 $(eval
$(call gb_StaticLibrary_use_external
,directxcanvas
,boost_headers
))
20 $(eval
$(call gb_StaticLibrary_use_api
,directxcanvas
,\
25 # clear NOMINMAX because GdiplusTypes.h uses those macros :(
26 $(eval
$(call gb_StaticLibrary_add_defs
,directxcanvas
,\
30 $(eval
$(call gb_StaticLibrary_add_exception_objects
,directxcanvas
,\
31 canvas
/source
/directx
/dx_bitmap \
32 canvas
/source
/directx
/dx_bitmapcanvashelper \
33 canvas
/source
/directx
/dx_canvasbitmap \
34 canvas
/source
/directx
/dx_canvasfont \
35 canvas
/source
/directx
/dx_canvashelper \
36 canvas
/source
/directx
/dx_canvashelper_texturefill \
37 canvas
/source
/directx
/dx_devicehelper \
38 canvas
/source
/directx
/dx_gdiplususer \
39 canvas
/source
/directx
/dx_impltools \
40 canvas
/source
/directx
/dx_linepolypolygon \
41 canvas
/source
/directx
/dx_textlayout \
42 canvas
/source
/directx
/dx_textlayout_drawhelper \
43 canvas
/source
/directx
/dx_vcltools \
46 # vim:set noet sw=4 ts=4: