# -*- 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,urelibs)) # gb_URELIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,urelibs,\ $(gb_URELIBS) \ )) # needed to generate proper deps for module-deps.pl $(eval $(call gb_Library_use_libraries,urelibs,\ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,urelibs,\ findsofficepath \ )) $(eval $(call gb_Library_use_externals,urelibs,\ libxml2 \ )) $(eval $(call gb_Library_add_libs,urelibs,\ $(if $(filter $(OS),LINUX), \ -ldl \ -lpthread \ -lrt \ ) \ )) $(if $(filter $(OS),WNT), \ $(eval $(call gb_Library_use_system_win32_libs,urelibs,\ mpr \ ole32 \ shell32 \ ws2_32 \ )) \ ) # vim: set noet sw=4 ts=4: a/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)Author
2012-03-12C&P errorFridrich Štrba
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-09Use information about position and offsets of the bitmap fillFridrich Štrba
2012-03-09Make sure that the right libraries are there in all casesFridrich Štrba
2012-03-09With the new libcdr, writerperfect will depend on lcms2Fridrich Štrba
2012-03-09Cubic and quadratic bezier bounding boxesFridrich Štrba
2012-03-02Initial support of bitmap fills in OdgGeneratorFridrich Štrba
2012-02-28writerperfect depends on libwp[dgs], libcdr and libvisioTor Lillqvist
Don't try to build libraries that depend on libraries we don't have.
2012-02-20Improve (?) explanationTor Lillqvist
2012-02-19Get rid of size() == 0Elton Chung
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud