# -*- 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,idlc)) # if not cross-compiling or we need this for ODK ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,idlc,\ Executable_idlc \ )) $(eval $(call gb_Module_add_check_targets,idlc,\ CustomTarget_parser_test \ )) endif # vim:set noet sw=4 ts=4: ='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/UIConfig_dbquery.mk
cmp?h=private/Sweetshark/lessdepend&id=278000a28b8eceb8528ebdcf1d601de8192979e8'>Remove unused defines
AgeCommit message (Expand)Author
Thomas Arnhold
2012-06-29Remove some unused defines and controlsThomas Arnhold
2012-06-27adjust xml2cmp tool to handle XML commentsOliver-Rainer Wittmann
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-27fix memory leakCaolán McNamara
2012-06-27Remove unused header filesThomas Arnhold
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-20removed unused forward declarations of classTakeshi Abe
2012-06-04nuke unused definesTakeshi Abe
2012-05-31targetted tweak to prep for stl re-work reversionMichael Meeks
2012-05-20Some cppcheck cleaningJulien Nabet
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen