# -*- 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,helplinker)) $(eval $(call gb_Library_set_include,helplinker,\ -I$(SRCDIR)/helpcompiler/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,helplinker,\ -DL10N_DLLIMPLEMENTATION \ -DHELPLINKER_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,helplinker,\ sal \ comphelper \ )) $(eval $(call gb_Library_use_internal_api,helplinker,\ udkapi \ offapi \ )) $(eval $(call gb_Library_use_externals,helplinker,\ boost_headers \ expat \ libxslt \ libxml2 \ clucene \ )) $(eval $(call gb_Library_add_exception_objects,helplinker,\ helpcompiler/source/HelpCompiler \ helpcompiler/source/LuceneHelper \ helpcompiler/source/HelpIndexer \ helpcompiler/source/HelpSearch \ helpcompiler/source/BasCodeTagger \ )) $(eval $(call gb_Library_add_exception_objects,helplinker,\ helpcompiler/source/HelpLinker \ )) # vim: set noet sw=4 ts=4: b/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)Author
2013-02-28remove all d.lstMichael Stahl
2013-02-25flex output needs soltools' unistd.h on WNTStephan Bergmann
2013-02-21Fix type unkown -> unknownJulien Nabet
2013-02-13Some cppcheck cleaningJulien Nabet
2013-02-12Some cppcheck cleaningJulien Nabet
2013-01-30UNO constants cannot be of CHAR typeStephan Bergmann
2013-01-29Clarify that constant groups cannot be typedef'edStephan Bergmann
2013-01-29Clarify that bound attribute can specify getter/setter raises listsStephan Bergmann
2013-01-29Clarify that attribute setter raises list must not be emptyStephan Bergmann
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-26idlc: silence annoying test spew on successMichael Stahl
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2013-01-22API CHANGE: Remove support for individual constants from UNOIDLStephan Bergmann
2013-01-22Adapt idlc/test/parser/ to gbuildStephan Bergmann
2012-12-02unlink() doesn't work that well with URLsLuboš Luňák
2012-11-30[oneway] removal cleanupStephan Bergmann
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens
2012-11-23Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann
2012-11-21use proper URL for UCPP in Executable_idlc.mkRene Engelhard