Library_fps.mk (8d854f23) Library_fps.mk (6ecc4615)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35 udkapi \
36))
37
38$(eval $(call gb_Library_add_linked_libs,fps,\
39 comphelper \
40 cppu \
41 cppuhelper \
42 sal \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35 udkapi \
36))
37
38$(eval $(call gb_Library_add_linked_libs,fps,\
39 comphelper \
40 cppu \
41 cppuhelper \
42 sal \
43 stl \
43 tl \
44 vcl \
45 $(gb_STDLIBS) \
46))
47
48$(eval $(call gb_Library_add_linked_libs,fps,\
49 advapi32 \
50 comdlg32 \
51 gdi32 \
52 kernel32 \
53 ole32 \
54 oleaut32 \
55 shell32 \
44 tl \
45 vcl \
46 $(gb_STDLIBS) \
47))
48
49$(eval $(call gb_Library_add_linked_libs,fps,\
50 advapi32 \
51 comdlg32 \
52 gdi32 \
53 kernel32 \
54 ole32 \
55 oleaut32 \
56 shell32 \
57 user32\
56 uuid \
57 uwinapi \
58))
59
60$(eval $(call gb_Library_add_cxxobjects,fps,\
61 fpicker/source/win32/filepicker/FileOpenDlg \
62 fpicker/source/win32/filepicker/FPentry \
63 fpicker/source/win32/filepicker/FilePicker \

--- 30 unchanged lines hidden (view full) ---

94))
95else
96$(eval $(call gb_Library_add_cxxobjects,fps,\
97 fpicker/source/win32/misc/WinImplHelper \
98 fpicker/source/win32/misc/AutoBuffer \
99 fpicker/source/win32/misc/resourceprovider \
100 , -DUNICODE -D_UNICODE $(gb_LinkTarget_EXCEPTIONFLAGS) \
101))
58 uuid \
59 uwinapi \
60))
61
62$(eval $(call gb_Library_add_cxxobjects,fps,\
63 fpicker/source/win32/filepicker/FileOpenDlg \
64 fpicker/source/win32/filepicker/FPentry \
65 fpicker/source/win32/filepicker/FilePicker \

--- 30 unchanged lines hidden (view full) ---

96))
97else
98$(eval $(call gb_Library_add_cxxobjects,fps,\
99 fpicker/source/win32/misc/WinImplHelper \
100 fpicker/source/win32/misc/AutoBuffer \
101 fpicker/source/win32/misc/resourceprovider \
102 , -DUNICODE -D_UNICODE $(gb_LinkTarget_EXCEPTIONFLAGS) \
103))
102fi
104endif
103
104# vim: set noet sw=4 ts=4:
105
106# vim: set noet sw=4 ts=4: