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
,\
17 $(eval
$(call gb_Library_set_componentfile
,fps
,fpicker
/source
/win32
/fps
))
19 $(eval
$(call gb_Library_set_include
,fps
,\
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
,\
39 $(eval
$(call gb_Library_use_system_win32_libs
,fps
,\
51 $(eval
$(call gb_Library_add_libs
,fps
,\
52 Delayimp.lib
/DELAYLOAD
:shell32.dll \
56 $(eval
$(call gb_Library_add_exception_objects
,fps
,\
57 fpicker
/source
/win32
/FilterContainer \
58 fpicker
/source
/win32
/VistaFilePicker \
59 fpicker
/source
/win32
/VistaFilePickerEventHandler \
60 fpicker
/source
/win32
/VistaFilePickerImpl \
61 fpicker
/source
/win32
/resourceprovider \
62 fpicker
/source
/win32
/WinImplHelper \
65 # vim: set noet sw=4 ts=4: