# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,ooofilt)) $(eval $(call gb_Library_set_include,ooofilt,\ -I$(SRCDIR)/shell/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,ooofilt,\ -DISOLATION_AWARE_ENABLED \ -DUNICODE \ -DWIN32_LEAN_AND_MEAN \ -D_UNICODE \ -UNOMINMAX \ )) $(eval $(call gb_Library_use_externals,ooofilt,\ expat \ zlib \ )) $(eval $(call gb_Library_use_system_win32_libs,ooofilt,\ advapi32 \ comctl32 \ kernel32 \ msvcprt \ oldnames \ ole32 \ shell32 \ uuid \ )) ifeq ($(ENABLE_DBGUTIL),TRUE) $(eval $(call gb_Library_use_system_win32_libs,ooofilt,\ msvcrt \ )) endif $(eval $(call gb_Library_use_static_libraries,ooofilt,\ shell_xmlparser \ shlxthandler_common \ )) $(eval $(call gb_Library_add_ldflags,ooofilt,\ /DEF:$(SRCDIR)/shell/source/win32/shlxthandler/ooofilt/ooofilt.def \ /NODEFAULTLIB:libcmt.lib \ )) $(eval $(call gb_Library_add_exception_objects,ooofilt,\ shell/source/win32/shlxthandler/ooofilt/ooofilt \ shell/source/win32/shlxthandler/ooofilt/propspec \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: office-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
AgeCommit message (Expand)Author
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida
2013-09-18Disable all features that rely on orcus.Kohei Yoshida
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida
2013-07-12PCH for more librariesLuboš Luňák
2013-05-30Clean up scfilt_component_getFactoryStephan Bergmann
2013-05-30Clean up for consistencyStephan Bergmann
2013-05-24Revert "Rename Boost libraries when built internally to match conventions"Fridrich Štrba
2013-05-24Rename Boost libraries when built internally to match conventionsTor Lillqvist
2013-05-24Update bundled boost to 1.53.0Tor Lillqvist
2013-05-07oox: remove Package_generated and Package_tokensMichael Stahl
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-13Get sc to build.Kohei Yoshida
2013-04-09Use ucb to load bytes from file URL.Kohei Yoshida
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-03libs should be listed after the libs that require themLuboš Luňák
2012-11-28Get it to build after the rebase.Kohei Yoshida
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida
2012-11-28Set user data to each tree entry.Kohei Yoshida
2012-11-28Get it to build on Windows with liborcus gnumeric bits enabled.Kohei Yoshida
2012-11-26Indent consistentlyTor Lillqvist
2012-11-22AllSettings with LanguageTagEike Rathke
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2012-08-31forgot to use external mdds headers hereMatúš Kukan
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard
2012-07-10removed deserted Lotus 1-2-3 export filterTakeshi Abe
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power
2012-05-24sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara