Revert "tdf#110987: type detection, binary Office formats > templates"
[LibreOffice.git] / canvas / StaticLibrary_directxcanvas.mk
blob8b14d0bbbe9d15ae669aeb12ea54a3b9d9c0401b
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_use_external,directxcanvas,boost_headers))
15 $(eval $(call gb_StaticLibrary_use_api,directxcanvas,\
16 offapi \
17 udkapi \
20 # clear NOMINMAX because GdiplusTypes.h uses those macros :(
21 $(eval $(call gb_StaticLibrary_add_defs,directxcanvas,\
22 -UNOMINMAX \
25 $(eval $(call gb_StaticLibrary_add_exception_objects,directxcanvas,\
26 canvas/source/directx/dx_bitmap \
27 canvas/source/directx/dx_bitmapcanvashelper \
28 canvas/source/directx/dx_canvasbitmap \
29 canvas/source/directx/dx_canvasfont \
30 canvas/source/directx/dx_canvashelper \
31 canvas/source/directx/dx_canvashelper_texturefill \
32 canvas/source/directx/dx_devicehelper \
33 canvas/source/directx/dx_gdiplususer \
34 canvas/source/directx/dx_impltools \
35 canvas/source/directx/dx_linepolypolygon \
36 canvas/source/directx/dx_textlayout \
37 canvas/source/directx/dx_textlayout_drawhelper \
38 canvas/source/directx/dx_vcltools \
41 # vim:set noet sw=4 ts=4: