# -*- 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,smd)) $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd)) $(eval $(call gb_Library_set_include,smd,\ -I$(SRCDIR)/starmath/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,smd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,smd)) $(eval $(call gb_Library_use_libraries,smd,\ comphelper \ cppu \ cppuhelper \ sal \ sfx \ sot \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,smd,\ starmath/source/detreg \ starmath/source/smdetect \ starmath/source/eqnolefilehdr \ )) # vim: set noet sw=4 ts=4: option value='distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/clucene
AgeCommit message (Expand)Author
2013-06-06Some more modules at least building with mingw64Fridrich Štrba
2013-05-09Get clucene to build on Windows.Kohei Yoshida
2013-05-09Make clucene build against libc++ (at least the one in Xcode 4.6)Tor Lillqvist
2013-05-09Identify the origin of these filesTor Lillqvist
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl
2013-05-08clucene: remove ExternalPackage_cluceneMichael Stahl
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-10workaround #define of openCaolán McNamara
2013-03-16suppress warnings for clucene c files tooPeter Foley
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-01MinGW: Workaround narrowing conversion in clucene.Jan Holesovsky
2013-02-28remove all d.lstMichael Stahl
2012-09-28hide clucene warnings under the carpet to avoid poluting make's outputNorbert Thiebaud
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-23fix dep on clucene headersDavid Tardon
2012-09-22update ext. projects to use ExternalPackageDavid Tardon