tdf#155486 Adding fonts to .odt when there is "no perfect match"
[LibreOffice.git] / avmedia / Library_avmediawin.mk
blob320ba2b360734abf0122b497737efd8c3402eb1e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,avmediawin))
12 $(eval $(call gb_Library_set_componentfile,avmediawin,avmedia/source/win/avmediawin))
14 $(eval $(call gb_Library_use_external,avmediawin,boost_headers))
16 $(eval $(call gb_Library_set_include,avmediawin,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/avmedia/source/inc \
21 $(eval $(call gb_Library_use_sdk_api,avmediawin))
23 $(eval $(call gb_Library_use_libraries,avmediawin,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 tl \
29 utl \
30 vcl \
33 $(eval $(call gb_Library_use_system_win32_libs,avmediawin,\
34 gdi32 \
35 ole32 \
36 oleaut32 \
37 strmiids \
40 $(eval $(call gb_Library_add_exception_objects,avmediawin,\
41 avmedia/source/win/framegrabber \
42 avmedia/source/win/manager \
43 avmedia/source/win/player \
44 avmedia/source/win/window \
47 # vim: set noet sw=4 ts=4: