# -*- 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_Executable_Executable,genlang)) $(eval $(call gb_Executable_set_include,genlang,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_externals,genlang,\ boost_headers \ )) $(eval $(call gb_Executable_add_scanners,genlang,\ l10ntools/source/gLexPo \ l10ntools/source/gLexUi \ l10ntools/source/gLexSrc \ l10ntools/source/gLexXcu \ l10ntools/source/gLexXcs \ l10ntools/source/gLexXrm \ l10ntools/source/gLexXml \ l10ntools/source/gLexXhp \ l10ntools/source/gLexUlf \ l10ntools/source/gLexTree \ )) $(eval $(call gb_Executable_add_exception_objects,genlang,\ l10ntools/source/gLang \ l10ntools/source/gL10nMem \ l10ntools/source/gConvProp \ l10ntools/source/gConv \ l10ntools/source/gConvPo \ l10ntools/source/gConvSrc \ l10ntools/source/gConvUi \ l10ntools/source/gConvXrm \ l10ntools/source/gConvXml \ l10ntools/source/gConvXhp \ l10ntools/source/gConvXcs \ l10ntools/source/gConvXcu \ l10ntools/source/gConvUlf \ l10ntools/source/gConvTree \ )) # vim:set noet sw=4 ts=4: ice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Executable_visualbackendtest.mk
engl3&id=48794812ba2c241024f47a548bfddf3db4b8b33b'>Java cleanup - fix various javadoc issues
AgeCommit message (Expand)Author
Noel Grandin
2012-06-29Java5 update - convert code to use genericsNoel Grandin
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin
2012-06-29Java5 update - convert Vector to ArrayList and Enumeration to IteratorNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-28remove malingering legacy RCS tags.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-07Improved error reportingStephan Bergmann
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-06fix build of jurt_urpMatúš Kukan
2012-04-06ops, this should not be deletedMatúš Kukan
2012-04-06jurt: use CustomTarget makefileMatúš Kukan
2012-03-22Fix URE jar manifests after gbuild'ificationStephan Bergmann
2012-03-20Improve error reportingStephan Bergmann
2012-03-20Improve error reportingStephan Bergmann
2012-02-18Fix typos in commentsElton Chung
2012-02-17Move all jurt JunitTests back to subsequentcheck for nowStephan Bergmann
2012-02-17Make jurt JunitTests workStephan Bergmann
2012-02-17update makefilesDavid Tardon
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar