Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / fpicker / Library_fps.mk
blobb6b30571f73d56c637c08c2dd2925a1bfc97cfde
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_sdk_api,fps))
40 $(eval $(call gb_Library_add_defs,fps,\
41 -D_UNICODE \
42 -DUNICODE \
43 -U_WIN32_WINNT \
44 -D_WIN32_WINNT=0x0600 \
47 $(eval $(call gb_Library_use_libraries,fps,\
48 comphelper \
49 cppu \
50 cppuhelper \
51 sal \
52 i18nisolang1 \
53 tl \
54 utl \
55 vcl \
56 $(gb_UWINAPI) \
59 $(eval $(call gb_Library_use_system_win32_libs,fps,\
60 advapi32 \
61 comdlg32 \
62 gdi32 \
63 kernel32 \
64 ole32 \
65 oleaut32 \
66 shell32 \
67 uuid \
70 ifeq ($(COM),MSC)
71 $(eval $(call gb_Library_add_libs,fps,\
72 Delayimp.lib /DELAYLOAD:shell32.dll \
74 endif
76 $(eval $(call gb_Library_add_exception_objects,fps,\
77 fpicker/source/win32/filepicker/asynceventnotifier \
78 fpicker/source/win32/filepicker/asyncrequests \
79 fpicker/source/win32/filepicker/controlaccess \
80 fpicker/source/win32/filepicker/controlcommand \
81 fpicker/source/win32/filepicker/customcontrolcontainer \
82 fpicker/source/win32/filepicker/customcontrol \
83 fpicker/source/win32/filepicker/customcontrolfactory \
84 fpicker/source/win32/filepicker/dialogcustomcontrols \
85 fpicker/source/win32/filepicker/dibpreview \
86 fpicker/source/win32/filepicker/FileOpenDlg \
87 fpicker/source/win32/filepicker/FilePicker \
88 fpicker/source/win32/filepicker/filepickereventnotification \
89 fpicker/source/win32/filepicker/filepickerstate \
90 fpicker/source/win32/filepicker/FilterContainer \
91 fpicker/source/win32/filepicker/FPentry \
92 fpicker/source/win32/filepicker/getfilenamewrapper \
93 fpicker/source/win32/filepicker/helppopupwindow \
94 fpicker/source/win32/filepicker/previewadapter \
95 fpicker/source/win32/filepicker/previewbase \
96 fpicker/source/win32/filepicker/SolarMutex \
97 fpicker/source/win32/filepicker/VistaFilePicker \
98 fpicker/source/win32/filepicker/VistaFilePickerEventHandler \
99 fpicker/source/win32/filepicker/VistaFilePickerImpl \
100 fpicker/source/win32/filepicker/WinFileOpenImpl \
101 fpicker/source/win32/folderpicker/FolderPicker \
102 fpicker/source/win32/folderpicker/MtaFop \
103 fpicker/source/win32/folderpicker/WinFOPImpl \
104 fpicker/source/win32/misc/AutoBuffer \
105 fpicker/source/win32/misc/resourceprovider \
106 fpicker/source/win32/misc/WinImplHelper \
108 # fpicker/source/win32/filepicker/PreviewCtrl \
110 # vim: set noet sw=4 ts=4: