Bump for 3.6-28
[LibreOffice.git] / fpicker / Library_fps.mk
blob000a4cf49470a8bc1b707e0fb2f88ae4f395dc9f
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,fps))
30 $(eval $(call gb_Library_add_nativeres,fps,fps/src))
32 $(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps))
34 $(eval $(call gb_Library_use_packages,fps,\
35 vcl_inc \
38 $(eval $(call gb_Library_use_api,fps,\
39 offapi \
40 udkapi \
43 $(eval $(call gb_Library_add_defs,fps,\
44 -D_UNICODE \
45 -DUNICODE \
46 -U_WIN32_WINNT \
47 -D_WIN32_WINNT=0x0600 \
50 $(eval $(call gb_Library_use_libraries,fps,\
51 comphelper \
52 cppu \
53 cppuhelper \
54 sal \
55 tl \
56 utl \
57 vcl \
58 advapi32 \
59 comdlg32 \
60 gdi32 \
61 kernel32 \
62 ole32 \
63 oleaut32 \
64 shell32 \
65 uuid \
66 $(gb_STDLIBS) \
69 ifeq ($(COM),MSC)
70 $(eval $(call gb_Library_add_libs,fps,\
71 Delayimp.lib /DELAYLOAD:shell32.dll \
73 endif
75 $(eval $(call gb_Library_add_exception_objects,fps,\
76 fpicker/source/win32/filepicker/asynceventnotifier \
77 fpicker/source/win32/filepicker/asyncrequests \
78 fpicker/source/win32/filepicker/controlaccess \
79 fpicker/source/win32/filepicker/controlcommand \
80 fpicker/source/win32/filepicker/customcontrolcontainer \
81 fpicker/source/win32/filepicker/customcontrol \
82 fpicker/source/win32/filepicker/customcontrolfactory \
83 fpicker/source/win32/filepicker/dialogcustomcontrols \
84 fpicker/source/win32/filepicker/dibpreview \
85 fpicker/source/win32/filepicker/FileOpenDlg \
86 fpicker/source/win32/filepicker/FilePicker \
87 fpicker/source/win32/filepicker/filepickereventnotification \
88 fpicker/source/win32/filepicker/filepickerstate \
89 fpicker/source/win32/filepicker/FilterContainer \
90 fpicker/source/win32/filepicker/FPentry \
91 fpicker/source/win32/filepicker/getfilenamewrapper \
92 fpicker/source/win32/filepicker/helppopupwindow \
93 fpicker/source/win32/filepicker/previewadapter \
94 fpicker/source/win32/filepicker/previewbase \
95 fpicker/source/win32/filepicker/SolarMutex \
96 fpicker/source/win32/filepicker/VistaFilePicker \
97 fpicker/source/win32/filepicker/VistaFilePickerEventHandler \
98 fpicker/source/win32/filepicker/VistaFilePickerImpl \
99 fpicker/source/win32/filepicker/WinFileOpenImpl \
100 fpicker/source/win32/folderpicker/FolderPicker \
101 fpicker/source/win32/folderpicker/MtaFop \
102 fpicker/source/win32/folderpicker/WinFOPImpl \
103 fpicker/source/win32/misc/AutoBuffer \
104 fpicker/source/win32/misc/resourceprovider \
105 fpicker/source/win32/misc/WinImplHelper \
107 # fpicker/source/win32/filepicker/PreviewCtrl \
109 # vim: set noet sw=4 ts=4: