# -*- 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_InstallModule_InstallModule,scp2/ure)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ure,ure)) $(eval $(call gb_InstallModule_define_if_set,scp2/ure,\ SYSTEM_LIBXML \ )) $(eval $(call gb_InstallModule_define_value_if_set,scp2/ure,\ MINGW_GCCDLL \ MINGW_GXXDLL \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/ure,\ scp2/source/ooo/ure \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/PictToBmpFlt.cxx
AgeCommit message (Expand)Author
2016-08-04Drop unneeded includeTor Lillqvist
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-06-10loplugin:bodynotinblockStephan Bergmann
2015-06-10WaE: null passed to a callee that requires a non-null argumentTor Lillqvist
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
Stephan Bergmann
2016-08-23java extensions makefile - generifyZenaan Harkness
2016-08-17Remove duplicate lineStephan Bergmann
2016-08-17Add missing Loader$1.classStephan Bergmann
2016-08-05(initial) sparc64 portJames Clarke
2015-10-12Kill dead mac os x 32bit odk build configRiccardo Magliocchetti
2014-12-03Fold URE: WindowsStephan Bergmann
2014-12-02Consistently use $(...)Stephan Bergmann
2014-12-02Fold URE: Remove OO_SDK_URE_HOME on non-WindowsStephan Bergmann
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann
2014-09-17Fix OFFICE_PROGRAM_PATH for new Mac OS X layoutStephan Bergmann
2014-09-17Remove obsolete -malign-natural on Mac OS X from SDK, tooStephan Bergmann
2014-09-16Fix OO_SDK_URE_HOME for new Mac OS X layoutStephan Bergmann
2014-09-16Use OO_SDK_URE_BIN_DIRStephan Bergmann
2014-05-06Add support for MacOSX x86_64Ariel Constenla-Haile
2014-01-30SDK: Split PLATFORMID at build time rather than runtimeStephan Bergmann
2014-01-20Fix Mac OS X 64 bit SDK settings.mkStephan Bergmann
2014-01-20SDK settings.mk: Don't guess PLATFORM/PROCTYPEStephan Bergmann
2013-12-18fdo#72598: odk: remove SunStudio supportMichael Stahl
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann
2013-12-11ure: remove references to SunStudio C52 filenamesMichael Stahl
2013-09-11odk: move files out of the confusing "pack" directory to better homesMichael Stahl
2013-07-18Resolves: #i122767# disallow pre-standard C++ for-scopeHerbert Dürr
2013-06-27Related: #i122356# quote rdb path, windows spaces in pathsJürgen Schmidt
2013-06-26Related: #i121442# Add sed and cat as dependencies to odkAriel Constenla-Haile
2013-06-14odk - Add support for extension platformAriel Constenla-Haile
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
2013-04-19fdo#63693 Do not force java -d32 for a 64-bit SDKStephan Bergmann
2013-04-18Properly set PS to a single backslash for WindowsStephan Bergmann
2013-04-11Adapt SDK to -B removed from cppumaker/javamakerStephan Bergmann
2013-04-10API CHANGE: odk: remove "store" and "reg" librariesMichael Stahl
2013-04-10odk: settings.mk: add variable PURPENVHELPERLIBMichael Stahl
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
2013-02-28Unused UDK_MAJOR/MINOR/MICRO macros (and udkversion.mk), also removed from SDKStephan Bergmann
2013-02-20rhbz#742780: Let make OPT_FLAGS=... override SDK optimization/debugging flagsStephan Bergmann
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann
2012-11-22Use xcrun when available to run install_name_toolTor Lillqvist
2012-11-12re-base on ALv2 code. Includes:Michael Meeks