1 # -*- Mode: makefile; 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_add_nativeres
,fps
,fps
/Fps
))
15 $(eval
$(call gb_Library_set_componentfile
,fps
,fpicker
/source
/win32
/fps
))
17 $(eval
$(call gb_Library_use_external
,fps
,boost_headers
))
19 $(eval
$(call gb_Library_use_sdk_api
,fps
))
21 $(eval
$(call gb_Library_add_defs
,fps
,\
25 -D_WIN32_WINNT
=0x0600 \
28 $(eval
$(call gb_Library_use_libraries
,fps
,\
40 $(eval
$(call gb_Library_use_system_win32_libs
,fps
,\
52 $(eval
$(call gb_Library_add_libs
,fps
,\
53 Delayimp.lib
/DELAYLOAD
:shell32.dll \
57 $(eval
$(call gb_Library_add_exception_objects
,fps
,\
58 fpicker
/source
/win32
/filepicker
/asynceventnotifier \
59 fpicker
/source
/win32
/filepicker
/asyncrequests \
60 fpicker
/source
/win32
/filepicker
/controlaccess \
61 fpicker
/source
/win32
/filepicker
/controlcommand \
62 fpicker
/source
/win32
/filepicker
/customcontrolcontainer \
63 fpicker
/source
/win32
/filepicker
/customcontrol \
64 fpicker
/source
/win32
/filepicker
/customcontrolfactory \
65 fpicker
/source
/win32
/filepicker
/dialogcustomcontrols \
66 fpicker
/source
/win32
/filepicker
/dibpreview \
67 fpicker
/source
/win32
/filepicker
/FileOpenDlg \
68 fpicker
/source
/win32
/filepicker
/FilePicker \
69 fpicker
/source
/win32
/filepicker
/filepickereventnotification \
70 fpicker
/source
/win32
/filepicker
/filepickerstate \
71 fpicker
/source
/win32
/filepicker
/FilterContainer \
72 fpicker
/source
/win32
/filepicker
/FPentry \
73 fpicker
/source
/win32
/filepicker
/getfilenamewrapper \
74 fpicker
/source
/win32
/filepicker
/helppopupwindow \
75 fpicker
/source
/win32
/filepicker
/previewadapter \
76 fpicker
/source
/win32
/filepicker
/previewbase \
77 fpicker
/source
/win32
/filepicker
/SolarMutex \
78 fpicker
/source
/win32
/filepicker
/VistaFilePicker \
79 fpicker
/source
/win32
/filepicker
/VistaFilePickerEventHandler \
80 fpicker
/source
/win32
/filepicker
/VistaFilePickerImpl \
81 fpicker
/source
/win32
/filepicker
/WinFileOpenImpl \
82 fpicker
/source
/win32
/folderpicker
/FolderPicker \
83 fpicker
/source
/win32
/folderpicker
/MtaFop \
84 fpicker
/source
/win32
/folderpicker
/WinFOPImpl \
85 fpicker
/source
/win32
/misc
/AutoBuffer \
86 fpicker
/source
/win32
/misc
/resourceprovider \
87 fpicker
/source
/win32
/misc
/WinImplHelper \
89 # fpicker/source/win32/filepicker/PreviewCtrl \
91 # vim: set noet sw=4 ts=4: