# -*- 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_Module_Module,basic)) ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_l10n_targets,basic,\ AllLangMoTarget_sb \ )) $(eval $(call gb_Module_add_check_targets,basic,\ CppunitTest_basic_scanner \ CppunitTest_basic_macros \ )) endif $(eval $(call gb_Module_add_targets,basic,\ Library_sb \ )) # vim: set noet sw=4 ts=4: a85ec6f52ee37ddf'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc/Executable_idlc.mk
AgeCommit message (Expand)Author
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-09add external for unistd.hDavid Tardon
2013-02-25flex output needs soltools' unistd.h on WNTStephan Bergmann
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-21use proper URL for UCPP in Executable_idlc.mkRene Engelhard
2012-09-27add --with-system-ucppRene Engelhard
2012-05-01build: cleaning up previously converted idlc moduleDavid Ostrovsky
2012-04-16YaccTarget and headers cleaningMatúš Kukan
2012-04-13gbuild conversion: idlc moduleDavid Ostrovsky