license: STLPort is not included in LibreOffice
[LibreOffice.git] / fpicker / Library_fps.mk
blob27432868c004e42e402f6712ff00123ae931c6a3
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_add_defs,fps,\
31 -D_UNICODE \
32 -DUNICODE \
35 $(eval $(call gb_Library_use_libraries,fps,\
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
40 i18nlangtag \
41 tl \
42 utl \
43 vcl \
46 $(eval $(call gb_Library_use_system_win32_libs,fps,\
47 advapi32 \
48 comdlg32 \
49 gdi32 \
50 kernel32 \
51 ole32 \
52 oleaut32 \
53 shell32 \
54 uuid \
57 ifeq ($(COM),MSC)
58 $(eval $(call gb_Library_add_libs,fps,\
59 Delayimp.lib /DELAYLOAD:shell32.dll \
61 endif
63 $(eval $(call gb_Library_add_exception_objects,fps,\
64 fpicker/source/win32/asyncrequests \
65 fpicker/source/win32/FilterContainer \
66 fpicker/source/win32/FPentry \
67 fpicker/source/win32/VistaFilePicker \
68 fpicker/source/win32/VistaFilePickerEventHandler \
69 fpicker/source/win32/VistaFilePickerImpl \
70 fpicker/source/win32/resourceprovider \
71 fpicker/source/win32/WinImplHelper \
74 # vim: set noet sw=4 ts=4: