tdf#134971 Don't overwrite default styles when inserting doc
[LibreOffice.git] / fpicker / Library_fps.mk
blobe41a8a40a0813c3ee6c758e2c4f6f2d425429c49
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_Library_Library,fps))
13 $(eval $(call gb_Library_use_custom_headers,fps,\
14 officecfg/registry \
17 $(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps))
19 $(eval $(call gb_Library_set_include,fps,\
20 $$(INCLUDE) \
21 -I$(SRCDIR)/fpicker/inc \
24 $(eval $(call gb_Library_use_external,fps,boost_headers))
26 $(eval $(call gb_Library_use_sdk_api,fps))
28 $(eval $(call gb_Library_use_libraries,fps,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 i18nlangtag \
34 tl \
35 utl \
36 vcl \
39 $(eval $(call gb_Library_use_system_win32_libs,fps,\
40 advapi32 \
41 comdlg32 \
42 gdi32 \
43 kernel32 \
44 ole32 \
45 oleaut32 \
46 shell32 \
47 uuid \
50 ifeq ($(COM),MSC)
51 $(eval $(call gb_Library_add_libs,fps,\
52 Delayimp.lib /DELAYLOAD:shell32.dll \
54 endif
56 $(eval $(call gb_Library_add_exception_objects,fps,\
57 fpicker/source/win32/asyncrequests \
58 fpicker/source/win32/FilterContainer \
59 fpicker/source/win32/VistaFilePicker \
60 fpicker/source/win32/VistaFilePickerEventHandler \
61 fpicker/source/win32/VistaFilePickerImpl \
62 fpicker/source/win32/resourceprovider \
63 fpicker/source/win32/WinImplHelper \
66 # vim: set noet sw=4 ts=4: