# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Executable_Executable,bmpsum)) $(eval $(call gb_Executable_set_include,bmpsum,\ $$(INCLUDE) \ -I$(SRCDIR)/svtools/inc \ -I$(SRCDIR)/svtools/inc/svtools \ )) $(eval $(call gb_Executable_use_api,bmpsum,\ udkapi \ offapi \ )) $(eval $(call gb_Executable_use_libraries,bmpsum,\ sal \ comphelper \ tl \ vcl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Executable_add_exception_objects,bmpsum,\ svtools/bmpmaker/bmpsum \ )) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2013-10-26swext: fix wiki-publisher / apache-commons buildMichael Stahl
2013-10-25stop using apache-commons jars from OUTDIR tooMichael Stahl
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-10-24xsltml: remove ExternalPackage, use files from WORKDIRMichael Stahl
2013-10-04Fix path for common-update.dtdJulien Nabet
2013-08-30ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
2013-05-12Resolves: #i121907# upgrade odt2mediawiki to latest versionAriel Constenla-Haile
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Java cleanup in mediawiki extensionNoel Grandin
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov