# -*- 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,unopkgapp)) $(eval $(call gb_Library_set_include,unopkgapp,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/inc \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_Library_use_external,unopkgapp,boost_headers)) $(eval $(call gb_Library_use_sdk_api,unopkgapp)) $(eval $(call gb_Library_add_defs,unopkgapp,\ -DDESKTOP_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,unopkgapp,\ comphelper \ cppu \ cppuhelper \ deploymentmisc \ sal \ tl \ ucbhelper \ utl \ vcl \ i18nlangtag \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,unopkgapp,\ desktop/source/pkgchk/unopkg/unopkg_app \ desktop/source/pkgchk/unopkg/unopkg_cmdenv \ desktop/source/pkgchk/unopkg/unopkg_misc \ )) # vim: set ts=4 sw=4 et: value='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry/Module_registry.mk
AgeCommit message (Collapse)Author
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
This gets rid of the horrible hack in gbuild.mk to accomodate the case-incorrect iOS platform makefiles that cannot be renamed without upsetting git on file systems that sadly lack the case sensitivity feature. Keep the macro defined to IOS though. Change-Id: I1022bfef4900da00e75fc1ccce786b20f8673234 Reviewed-on: https://gerrit.libreoffice.org/62705 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>