# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,shlxthdl)) $(eval $(call gb_Library_set_include,shlxthdl,\ -I$(SRCDIR)/shell/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,shlxthdl,\ -DISOLATION_AWARE_ENABLED \ -DUNICODE \ -DWIN32_LEAN_AND_MEAN \ -DXML_UNICODE \ -D_NTSDK \ -D_UNICODE \ -UNOMINMAX \ )) $(eval $(call gb_Library_add_defs,shlxthdl,\ -U_WIN32_IE \ -D_WIN32_IE=0x501 \ -U_WIN32_WINNT \ -D_WIN32_WINNT=0x0501 \ )) $(eval $(call gb_Library_use_externals,shlxthdl,\ expat_utf16 \ zlib \ )) $(eval $(call gb_Library_use_system_win32_libs,shlxthdl,\ advapi32 \ comctl32 \ gdi32 \ gdiplus \ kernel32 \ ole32 \ oleaut32 \ shell32 \ shlwapi \ uuid \ )) $(eval $(call gb_Library_use_static_libraries,shlxthdl,\ shlxthandler_common \ shell_xmlparser \ )) $(eval $(call gb_Library_add_nativeres,shlxthdl,shlxthdl)) $(eval $(call gb_Library_add_ldflags,shlxthdl,\ /EXPORT:DllCanUnloadNow \ /EXPORT:DllGetClassObject \ /EXPORT:DllRegisterServer \ /EXPORT:DllUnregisterServer \ /NODEFAULTLIB:libcmt.lib \ )) $(eval $(call gb_Library_add_exception_objects,shlxthdl,\ shell/source/win32/shlxthandler/classfactory \ shell/source/win32/shlxthandler/columninfo/columninfo \ shell/source/win32/shlxthandler/infotips/infotips \ shell/source/win32/shlxthandler/propsheets/document_statistic \ shell/source/win32/shlxthandler/propsheets/listviewbuilder \ shell/source/win32/shlxthandler/propsheets/propsheets \ shell/source/win32/shlxthandler/shlxthdl \ shell/source/win32/shlxthandler/thumbviewer/thumbviewer \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: 04.10'>distro/collabora/co-24.04.10 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)Author
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin
2016-10-16clang-cl loplugin: idlcStephan Bergmann
2016-10-13tdf#96099 Reduce no of typedefs used for trivial containersAsela Dasanayaka
2016-10-06Simplify AstExpression::compareStephan Bergmann
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara
2016-09-19loplugin:unusedenumvaluesNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin
2016-08-08loplugin:unnecessaryvirtualNoel Grandin
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-20Fix typo in codeAndrea Gelmini
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-26loplugin:nullptrStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-20loplugin:unusedmethodsNoel Grandin