# -*- 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,ldapbe2)) $(eval $(call gb_Library_set_componentfile,ldapbe2,extensions/source/config/ldap/ldapbe2)) $(eval $(call gb_Library_use_sdk_api,ldapbe2)) ifneq ($(OS),WNT) $(eval $(call gb_Library_add_defs,ldapbe2,\ -DLDAP_DEPRECATED \ )) endif $(eval $(call gb_Library_add_exception_objects,ldapbe2,\ extensions/source/config/ldap/componentdef \ extensions/source/config/ldap/ldapaccess \ extensions/source/config/ldap/ldapuserprofilebe \ )) $(eval $(call gb_Library_use_libraries,ldapbe2,\ cppuhelper \ cppu \ salhelper \ sal \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_externals,ldapbe2,\ boost_headers \ )) $(eval $(call gb_Library_use_system_win32_libs,ldapbe2,\ wldap32 \ )) else # 0S!=WNT $(eval $(call gb_Library_use_externals,ldapbe2,\ boost_headers \ openldap \ nss3 \ plc4 \ ssl3 \ )) endif ifeq ($(OS),FREEBSD) $(eval $(call gb_Library_add_libs,ldapbe2,\ -lcompat \ )) endif # OS=FREEBSD # vim:set noet sw=4 ts=4: breoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/fillgraphicattribute.cxx
-08-19 10:29:04 +0300'>2013-08-19
AgeCommit message (Expand)Author
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-06-11Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-18Let juhx.dll export undecorated symbols on WindowsStephan Bergmann
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
2013-04-11Remove createRegistryServiceFactory preload left-overStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02drop prefix from ::cssThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18fix javadoc warningsPeter Foley
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-28remove all d.lstMichael Stahl
2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl
2013-02-22s/the the/the/Tor Lillqvist
2013-02-22s/whith/with/Tor Lillqvist
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist
2012-10-07DISABLE_DYNLOADING tentative fixTor Lillqvist
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl