# -*- 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,ucpchelp1)) $(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1)) $(eval $(call gb_Library_set_include,ucpchelp1,\ -I$(SRCDIR)/xmlhelp/source/cxxhelp/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_sdk_api,ucpchelp1)) $(eval $(call gb_Library_use_externals,ucpchelp1,\ boost_headers \ clucene \ expat \ libxml2 \ libxslt \ )) $(eval $(call gb_Library_use_libraries,ucpchelp1,\ comphelper \ cppu \ cppuhelper \ helplinker \ sal \ ucbhelper \ utl \ i18nlangtag \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,ucpchelp1,\ xmlhelp/source/cxxhelp/provider/bufferedinputstream \ xmlhelp/source/cxxhelp/provider/content \ xmlhelp/source/cxxhelp/provider/contentcaps \ xmlhelp/source/cxxhelp/provider/databases \ xmlhelp/source/cxxhelp/provider/db \ xmlhelp/source/cxxhelp/provider/inputstream \ xmlhelp/source/cxxhelp/provider/provider \ xmlhelp/source/cxxhelp/provider/resultset \ xmlhelp/source/cxxhelp/provider/resultsetbase \ xmlhelp/source/cxxhelp/provider/resultsetforquery \ xmlhelp/source/cxxhelp/provider/resultsetforroot \ xmlhelp/source/cxxhelp/provider/services \ xmlhelp/source/cxxhelp/provider/urlparameter \ xmlhelp/source/cxxhelp/qe/DocGenerator \ xmlhelp/source/treeview/tvfactory \ xmlhelp/source/treeview/tvread \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)Author
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-29Explain how to test SDK examplesStephan Bergmann
2015-06-28Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-17Fix CalcAddins exampleStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2015-05-23tdf#91469: convert links in help/about to httpsJulien Nabet
2015-05-13Also generated doxygen docu for the org UNOIDL treeStephan Bergmann
2015-05-08Fix Boolean value operationsStephan Bergmann
2015-05-07Fix typo informations -> informationAndrea Gelmini
2015-04-28Revert erroneous replacementsStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks