# -*- 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,scn)) $(eval $(call gb_Library_use_externals,scn,\ boost_headers \ sane_headers \ )) $(eval $(call gb_Library_set_componentfile,scn,extensions/source/scanner/scn)) $(eval $(call gb_Library_use_sdk_api,scn)) $(eval $(call gb_Library_use_libraries,scn,\ svt \ vcl \ tl \ utl \ comphelper \ cppuhelper \ cppu \ sal \ i18nlangtag \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/scnserv \ extensions/source/scanner/scanner \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/scanwin \ )) else ifneq ($(OS),WNT) $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/grid \ extensions/source/scanner/sane \ extensions/source/scanner/sanedlg \ extensions/source/scanner/scanunx \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,scn,\ -ldl \ )) endif endif endif # vim:set noet sw=4 ts=4: tion value='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Expand)Author
2015-07-14Add HKEY_CURRENT_USER registry integration.Michael Meeks
2015-07-08configmgr: support reading from a dconf layer (WIP)Stephan Bergmann
2015-07-02Move winreg layer past res layer, and also include it in instdir/ instsetStephan Bergmann
2015-06-25Avoid errors with stuff not build on --without-xRiccardo Magliocchetti
2015-06-22scp2: add AutoInstall support for executables with COMPONENTCONDITIONMichael Stahl
2015-06-06Remove WITH_AGFA_MONOTYPE_FONTSAdolfo Jayme Barrientos
2015-06-03Build time option --disable-extension-updateKatarina Behrens
2015-05-19upload libwps 0.4.0osnola
2015-05-18scp2: fix --disable-pythonAndras Timar
2015-05-14do not set unix executable bit for CREDITS.fodt, LICENSE.fodt and NOTICEAndras Timar
2015-05-01scp2: add scanner ui files to language pack templateAndras Timar
2015-04-30tdf#89152 add missing .ui localizations to install scriptAndras Timar
2015-04-20scp2: remove unused gidsMatúš Kukan
2015-03-05add country to strings refering to Brazilian PortugueseStanislav Horacek
2015-02-28scp2: remove now unused variableMichael Stahl
2015-02-28scp2: move some ooo packages to AutoInstallMichael Stahl
2015-02-28scp2: move reportbuilder packages to AutoInstallMichael Stahl
2015-02-28scp2: move xsltfilter packages to AutoInstallMichael Stahl
2015-02-28scp2: move python librelogo packages to AutoInstallMichael Stahl
2015-02-28scp2: move python packages to AutoInstallMichael Stahl
2015-02-28scp2: move python scriptprovider package to AutoInstallMichael Stahl
2015-02-28scp2: move gallery packages to AutoInstallMichael Stahl
2015-02-28scp2: remove obsolete mkopenwith.btmMichael Stahl
2015-02-18Package 64bit dist runtime DLLs in 64bit msiDavid Ostrovsky