lok: use utf-8 for text/plain always.
[LibreOffice.git] / fpicker / Library_fps.mk
blob208540db17a354e7e4bd25c0c2e84ff9e5ad52f5
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_add_nativeres,fps,fps/Fps))
19 $(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps))
21 $(eval $(call gb_Library_set_include,fps,\
22 $$(INCLUDE) \
23 -I$(SRCDIR)/fpicker/inc \
26 $(eval $(call gb_Library_use_external,fps,boost_headers))
28 $(eval $(call gb_Library_use_sdk_api,fps))
30 $(eval $(call gb_Library_use_libraries,fps,\
31 comphelper \
32 cppu \
33 cppuhelper \
34 sal \
35 i18nlangtag \
36 tl \
37 utl \
38 vcl \
41 $(eval $(call gb_Library_use_system_win32_libs,fps,\
42 advapi32 \
43 comdlg32 \
44 gdi32 \
45 kernel32 \
46 ole32 \
47 oleaut32 \
48 shell32 \
49 uuid \
52 ifeq ($(COM),MSC)
53 $(eval $(call gb_Library_add_libs,fps,\
54 Delayimp.lib /DELAYLOAD:shell32.dll \
56 endif
58 $(eval $(call gb_Library_add_exception_objects,fps,\
59 fpicker/source/win32/asyncrequests \
60 fpicker/source/win32/FilterContainer \
61 fpicker/source/win32/FPentry \
62 fpicker/source/win32/VistaFilePicker \
63 fpicker/source/win32/VistaFilePickerEventHandler \
64 fpicker/source/win32/VistaFilePickerImpl \
65 fpicker/source/win32/resourceprovider \
66 fpicker/source/win32/WinImplHelper \
69 # vim: set noet sw=4 ts=4: