# -*- 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,mork)) $(eval $(call gb_Library_set_componentfile,mork,connectivity/source/drivers/mork/mork)) $(eval $(call gb_Library_add_defs,mork,\ -DLO_DLLIMPLEMENTATION_MORK \ )) $(eval $(call gb_Library_set_include,mork,\ -I$(SRCDIR)/connectivity/source/inc \ $$(INCLUDE) \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_custom_headers,mork,\ officecfg/registry \ )) $(eval $(call gb_Library_use_external,mork,boost_headers)) $(eval $(call gb_Library_use_libraries,mork, \ comphelper \ cppu \ cppuhelper \ dbtools \ sal \ salhelper \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_sdk_api,mork)) $(eval $(call gb_Library_add_exception_objects,mork, \ connectivity/source/drivers/mork/MColumns \ connectivity/source/drivers/mork/MColumnAlias \ connectivity/source/drivers/mork/MNSFolders \ connectivity/source/drivers/mork/MNSINIParser \ connectivity/source/drivers/mork/MNSProfileDiscover \ connectivity/source/drivers/mork/MorkParser \ connectivity/source/drivers/mork/MCatalog \ connectivity/source/drivers/mork/MConnection \ connectivity/source/drivers/mork/MDatabaseMetaData \ connectivity/source/drivers/mork/MDatabaseMetaDataHelper \ connectivity/source/drivers/mork/MDriver \ connectivity/source/drivers/mork/MStatement \ connectivity/source/drivers/mork/MResultSet \ connectivity/source/drivers/mork/MResultSetMetaData \ connectivity/source/drivers/mork/MPreparedStatement \ connectivity/source/drivers/mork/MQueryHelper \ connectivity/source/drivers/mork/MServices \ connectivity/source/drivers/mork/MTable \ connectivity/source/drivers/mork/MTables \ )) # vim: set noet sw=4 ts=4: stro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2013-04-02add ms publisher file formats to get-bugzilla-attachmentsMarkus Mohrhard
2013-03-29distro-install-sdk: don't try to chmod not packed component.uno.mapRene Engelhard
2013-03-26fix postgresql buildPeter Foley
2013-03-26make module-deps.pl work in separate builddirPeter Foley
2013-03-26speed-up module-deps.plPeter Foley
2013-03-16perl defined is deprecatedPeter Foley
2013-03-15move update_pch.sh to a more obvious placePeter Foley
2013-03-15first crack at writing a linter for .ui filesJack Leigh
2013-03-11module-deps: optimize dependency tree after library collapsingDavid Ostrovsky
2013-03-09module-deps.pl: extend dependency graph generationDavid Ostrovsky
2013-03-06lo-commit-stat: new --bugs-changelog optionPetr Mladek
2013-03-06make debugging / cache better and kill a warning.Michael Meeks
2013-03-06significantly faster and less lame module dep collapsing.Michael Meeks
2013-03-05world's lamest code for generating graphviz from module deps.Michael Meeks
2013-03-05initial gnumake module deps dumping.Michael Meeks
2013-03-03remove stale javafiltersAndras Timar
2013-02-25get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml"Michael Stahl
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
2013-02-15Resolves: fdo#60627 wrong lib names for some custom widgetsCaolán McNamara
2013-01-22lo-pack-sources: run NOCONFIGURE=1 ./autogen.sh instead of autoreconfPetr Mladek
2012-12-20convwatch.py: make it run on Python 3Michael Stahl
2012-12-19remove bin/repo-list accidentally added in c2537d7d1c291ba643953849cMatúš Kukan
2012-12-19Add librelogo to listsTomas Chvatal
2012-12-19Add py script provider to pyunoTomas Chvatal
2012-11-29lo-commit-stat: allow to filer cherry-picked commitsPetr Mladek
2012-11-20lo-commit-stat: allow to generate more logs at oncePetr Mladek
2012-11-19lo-pack-sources: use module instead of piecePetr Mladek
2012-11-19lo-commit-stat: make it working with git submodulesPetr Mladek
2012-11-19lo-pack-sources: use the same top-level directory in all tarballsPetr Mladek
2012-11-16bin/lo-pack-sources: fix to work with submodulesPetr Mladek
2012-11-16add a script to generate the source tarball post submoduleNorbert Thiebaud
2012-11-14bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud
2012-11-14add a way to extract variables from config_host/build and shell-export themNorbert Thiebaud
2012-11-12distro-install: correcly pack KDE and TDE addressbook (bnc#779697)Petr Mladek
2012-11-09binfilter.die.die.dieNorbert Thiebaud
2012-11-06SUSE builds use the vendow SUSE now :-)Petr Mladek
2012-10-31remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)Christian Lohmaier
2012-10-16submodules migrationNorbert Thiebaud