# -*- 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,fastsax)) $(eval $(call gb_Library_set_componentfile,fastsax,sax/source/fastparser/fastsax)) $(eval $(call gb_Library_use_api,fastsax,\ offapi \ udkapi \ )) $(eval $(call gb_Library_use_externals,fastsax,\ expat_utf8 \ zlib \ )) $(eval $(call gb_Library_use_libraries,fastsax,\ cppu \ cppuhelper \ sal \ sax \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_include,fastsax,\ -I$(SRCDIR)/sax/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_exception_objects,fastsax,\ sax/source/fastparser/facreg \ sax/source/fastparser/fastparser \ )) # vim: set noet sw=4 ts=4: a-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/test/javavm/jvm_interaction
>
AgeCommit message (Expand)Author
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
Stephan Bergmann
2013-05-13the program dir is called MacOS on MacOS XDavid Tardon
2013-05-05moz: build fixAndras Timar
2013-05-05moz: build fixAndras Timar
2013-05-04install moz. runtime files using filelistDavid Tardon
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-25don't copy the mozilla include files, use it in placeDavid Ostrovsky
2013-02-25moz: makefiles don't need executable bitMichael Stahl
2013-02-25mozabdrv: add dependency to internal mozillaDavid Ostrovsky
2013-02-24convert moz to gbuild and add to tail_buildPeter Foley
2012-12-04First fix for fdo#56902Mathias Michel
2012-11-19Better handling of well-know prerequisites under windowsMathias Michel