# -*- 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_include,scn,\ -I$(SRCDIR)/extensions/inc \ $$(INCLUDE) \ )) $(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 \ )) $(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: cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/instsetoo_native/util
AgeCommit message (Expand)Author
2023-11-09replace license in package header to MPL-2.0 in case of MPL subsetAndras Timar
2022-08-18windows packaging: remove unused msp creationChristian Lohmaier
2021-05-27Fix typosAndrea Gelmini
2021-05-26remove obsolete/duplicated entries from openoffice.lst.inChristian Lohmaier
2021-01-27packaging: remove resolve_variables_in_downloadnameChristian Lohmaier
2020-10-12Resolves tdf#137187 - More dictionaries via extensions dialogHeiko Tietze
2020-05-15Resolves tdf#133024 - Position of text in splash screenHeiko Tietze
2020-05-14Resolves tdf#133024 - Position of text in splash screenHeiko Tietze
2019-11-20tdf#127711 Fix msi-soffice.ini CrashDumpEnable-entryJuergen Funk
2018-10-22tdf#120176 - Text appears as white on first launchheiko tietze
2018-06-07[API CHANGE] Remove unused StartCenterHideExternalLinks configuration propertyStephan Bergmann
2018-05-24Remove presumably unused instsetoo_native/util/pack.lstStephan Bergmann
2018-05-02tdf#116240: Include --with-help=html in installation setsStephan Bergmann
2018-04-15Upgrade update check and extension URLs to httpsGuilhem Moulin
2017-11-23tdf#90794 Position of progress bar on high res screensheiko tietze
2017-08-10tdf#62303: Drop version in installdir name for releases on WindowsMike Kaganski
2017-03-20Fix version number in scp2-generated version ini-file UpdateID variableStephan Bergmann
2017-02-10Remove unused installer propertiesSamuel Mehrbrodt
2016-08-04Introduce --with-product-name superseding --with-macosx-app-nameTor Lillqvist
2015-10-08OOOVENDOR is redundant here, it is defined by configureAndras Timar
2015-09-24sync splash-progressbar position for installets with instdirChristian Lohmaier