# -*- 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_Executable_Executable,pdfunzip)) $(eval $(call gb_Executable_use_sdk_api,pdfunzip)) $(eval $(call gb_Executable_use_externals,pdfunzip,\ boost_headers \ zlib \ )) $(eval $(call gb_Executable_set_include,pdfunzip,\ -I$(SRCDIR)/sdext/source/pdfimport/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,pdfunzip,\ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ vcl \ tl \ xo \ i18nutil \ )) $(eval $(call gb_Executable_use_library_objects,pdfunzip,pdfimport)) $(eval $(call gb_Executable_add_exception_objects,pdfunzip,\ sdext/source/pdfimport/test/pdfunzip \ )) # vim:set noet sw=4 ts=4: a-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/win/src/linkdata.cur
AgeCommit message (Expand)Author
2023-03-22git-hooks: better handling in './g -z' with win-linksJuergen Funk
2023-03-01git-hooks: overwrite the windows-links not with linux-linksJuergen Funk
2022-11-28Avoid refreshing all hooks in secondary worktreesMike Kaganski
2022-05-31g: we are not, in fact, in the BUILDDIRMichael Stahl
2022-01-15Allow g to run git gc commandArnaud VERSINI
2021-07-12Add "--progress" agument to the ./g commandKevin Suo
2021-03-04Workaround a problem in Git for Windows' bashMike Kaganski