# -*- 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,merged)) # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,merged,\ $(gb_MERGEDLIBS) \ )) $(eval $(call gb_Library_use_libraries,merged,\ cppu \ cppuhelper \ i18nlangtag \ $(if $(ENABLE_JAVA), \ jvmaccess \ jvmfwk) \ sal \ salhelper \ xmlreader \ )) ifeq ($(OS),WNT) # prevent warning spamming $(eval $(call gb_Library_add_ldflags,merged,\ /ignore:4049 \ /ignore:4217 \ )) # cursors $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc)) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_libraries,merged,\ AppleRemote \ )) endif # vim: set noet sw=4 ts=4: distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lingucomponent/Makefile
build.pl
AgeCommit message (Expand)Author
Bjoern Michaelsen
2012-03-01WaE: unused parameterTor Lillqvist
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
2012-02-14Mark cppunit patch as upstreamedStephan Bergmann
2012-02-10-Werror=sign-promo from cppunit; old GCC reduxStephan Bergmann
2012-02-10-Werror=sign-promo from cppunitStephan Bergmann
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-02-01Clarified patch status against new upstreamStephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-05cppunit build: fix the lib64 libdir on some linux distrosCédric Bosdonnat
2011-11-17Use lo_dlopen() on AndroidTor Lillqvist
2011-11-14Link libcppunit with the shared GNU C++ library for AndroidTor Lillqvist
2011-11-10We want Android shared objects to have names ending in .soTor Lillqvist