# -*- 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_StaticLibrary_StaticLibrary,graphite)) $(eval $(call gb_StaticLibrary_use_unpacked,graphite,graphite)) $(eval $(call gb_StaticLibrary_set_warnings_not_errors,graphite)) $(eval $(call gb_StaticLibrary_set_include,graphite,\ -I$(call gb_UnpackedTarball_get_dir,graphite/include) \ -I$(call gb_UnpackedTarball_get_dir,graphite/src) \ $$(INCLUDE) \ )) $(eval $(call gb_StaticLibrary_add_defs,graphite,\ -DGRAPHITE2_NTRACING \ -DGRAPHITE2_STATIC \ )) ifeq ($(COM),GCC) ifneq ($(COM_IS_CLANG),TRUE) $(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\ -fpermissive \ )) endif endif ifeq ($(OS),ANDROID) # Force optimizations on Android, because otherwise Pass.cpp triggers an # infinite loop in clang, at least in this version: # Android (5058415 based on r339409) clang version 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec746213857d083c0e8b0abb568790) (https://android.googlesource.com/toolchain/llvm 7a6618d69e7e8111e1d49dc9e7813767c5ca756a) (based on LLVM 8.0.2svn) $(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\ -Os \ )) endif $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,graphite,cpp)) $(eval $(call gb_StaticLibrary_add_generated_exception_objects,graphite,\ UnpackedTarball/graphite/src/$(if $(filter GCC,$(COM)),direct,call)_machine \ UnpackedTarball/graphite/src/gr_char_info \ UnpackedTarball/graphite/src/gr_face \ UnpackedTarball/graphite/src/gr_features \ UnpackedTarball/graphite/src/gr_font \ UnpackedTarball/graphite/src/gr_logging \ UnpackedTarball/graphite/src/gr_segment \ UnpackedTarball/graphite/src/gr_slot \ UnpackedTarball/graphite/src/json \ UnpackedTarball/graphite/src/CachedFace \ UnpackedTarball/graphite/src/CmapCache \ UnpackedTarball/graphite/src/Code \ UnpackedTarball/graphite/src/Collider \ UnpackedTarball/graphite/src/Decompressor \ UnpackedTarball/graphite/src/Face \ UnpackedTarball/graphite/src/FeatureMap \ UnpackedTarball/graphite/src/FileFace \ UnpackedTarball/graphite/src/Font \ UnpackedTarball/graphite/src/GlyphCache \ UnpackedTarball/graphite/src/GlyphFace \ UnpackedTarball/graphite/src/Intervals \ UnpackedTarball/graphite/src/Justifier \ UnpackedTarball/graphite/src/NameTable \ UnpackedTarball/graphite/src/Pass \ UnpackedTarball/graphite/src/Position \ UnpackedTarball/graphite/src/SegCache \ UnpackedTarball/graphite/src/SegCacheEntry \ UnpackedTarball/graphite/src/SegCacheStore \ UnpackedTarball/graphite/src/Segment \ UnpackedTarball/graphite/src/Silf \ UnpackedTarball/graphite/src/Slot \ UnpackedTarball/graphite/src/Sparse \ UnpackedTarball/graphite/src/TtfUtil \ UnpackedTarball/graphite/src/UtfCodec \ )) # vim: set noet sw=4 ts=4: p-4.1'>distro/collabora/cp-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice
AgeCommit message (Expand)Author
2018-11-09Related: tdf#121134: Changing http to https where possibleSophia Schröder
2018-09-20tdf#115405, tdf#119910: don't check if UCRT is already installedMike Kaganski
2018-08-29Fix typo: s/an other/another/gAndrea Gelmini
2018-08-04Use proper Windows terminology hereAdolfo Jayme Barrientos
2018-07-30tdf#118869: mark some properties secure to pass them to elevated installMike Kaganski
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski
2018-04-18Revert two last changes to Upgrade tableMike Kaganski
2018-04-17Remove dummy "Support help number" under Windows' "Apps and Features"dennisroczek
2018-04-16Use different properties in Upgrade tableMike Kaganski
2018-04-13LaunchConditions may be specific to install modesMike Kaganski
2018-04-12tdf#108580 related: improve existing redist detectionMike Kaganski
2018-04-12tdf#108580 related: check for Windows 8.1 April 2014 update rollupMike Kaganski
2018-04-09tdf#108580 related: Check for SP level of the minimal supported OSMike Kaganski
2018-01-23Revert "Windows installer: Use blank phone # instead of x-xxx-xxx-xxx"Samuel Mehrbrodt
2018-01-22Windows installer: Use blank phone # instead of x-xxx-xxx-xxxSamuel Mehrbrodt
2017-12-18tdf#108580: integrate vc_redist.exe into MSIMike Kaganski
2017-12-15MSI cleanup: remove redundant conditionsMike Kaganski
2017-09-13Removed quotation marks that destroyed some strings for Pootle exportMatthias Seidel
2017-08-25Deleted whitespaceMatthias Seidel
2017-01-30tdf#105568 Language code has to be arrangedfakabbir
2016-08-17tdf#69066: use Restart Manager to restart processes during installationMike Kaganski
2016-01-05tdf#96636 - Text "Removing files" during installation is confusing..Cor Nouws
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2015-06-15alternative solution to avoid adding a gnome-vfs dependency if disabledCaolán McNamara
2015-06-10don't add gnomevfs requires to epm created rpms if GNOMEVFS is disabledCaolán McNamara
2015-04-10Windows installer: remove unused stringAndras Timar
2015-04-10Don't try to install LibreOffice on XP, if it was built with SDK 8.x or higherAndras Timar
2015-03-10libGLU actually is not required anymore for masterChristian Lohmaier
2015-03-10tdf#53861 - add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirementsChristian Lohmaier
2014-12-09Allow comments is .idt files, and comment that "Excecution" is _necessary_.Jan Holesovsky
2014-12-09Revert "Fix common typos. No automatic tools. Handmade…"Stephan Bergmann
2014-12-09Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-20fix "Could not merge msm file into database"Christian Lohmaier
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23kill OUTPATHNorbert Thiebaud
2014-06-25fdo#80527 fix tab order on ReadyToInstall dialogAndras Timar
2014-06-23fdo#80332 followup fixAndras Timar
2014-06-22fdo#80332 remove "Support assistive technology tools" checkbox from installerAndras Timar
2014-05-04fix windows packagingMarkus Mohrhard
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni