Stop leaking all ScPostIt instances.
[LibreOffice.git] / shell / Library_ooofilt_x64.mk
blob8f994dc2b9ca67a7a473526dfedc0cba0868d3a3
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,ooofilt_x64))
12 $(eval $(call gb_Library_set_x64,ooofilt_x64,YES))
14 $(eval $(call gb_Library_use_custom_headers,ooofilt_x64,\
15 shell/source \
18 $(eval $(call gb_Library_set_include,ooofilt_x64,\
19 -I$(SRCDIR)/shell/inc \
20 $$(INCLUDE) \
23 $(eval $(call gb_Library_add_defs,ooofilt_x64,\
24 -DISOLATION_AWARE_ENABLED \
25 -DUNICODE \
26 -DWIN32_LEAN_AND_MEAN \
27 -D_UNICODE \
28 -UNOMINMAX \
29 -D_WIN32_IE=0x700 \
30 -D_WIN32_WINNT=0x0502 \
33 $(eval $(call gb_Library_use_externals,ooofilt_x64,\
34 expat_x64 \
35 zlib_x64 \
38 $(eval $(call gb_Library_use_system_win32_libs,ooofilt_x64,\
39 advapi32 \
40 comctl32 \
41 gdi32 \
42 gdiplus \
43 kernel32 \
44 msvcprt \
45 msvcrt \
46 oldnames \
47 ole32 \
48 oleaut32 \
49 propsys \
50 shell32 \
51 user32 \
52 uuid \
55 $(eval $(call gb_Library_use_static_libraries,ooofilt_x64,\
56 shell_xmlparser_x64 \
57 shlxthandler_common_x64 \
60 $(eval $(call gb_Library_add_ldflags,ooofilt_x64,\
61 /EXPORT:DllCanUnloadNow \
62 /EXPORT:DllGetClassObject \
63 /EXPORT:DllRegisterServer \
64 /EXPORT:DllUnregisterServer \
65 /NODEFAULTLIB:libcmt.lib \
68 $(eval $(call gb_Library_add_x64_generated_exception_objects,ooofilt_x64,\
69 CustomTarget/shell/source/win32/shlxthandler/ooofilt/ooofilt \
70 CustomTarget/shell/source/win32/shlxthandler/ooofilt/propspec \
73 # vim: set shiftwidth=4 tabstop=4 noexpandtab: