# -*- 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,outdevgrind)) $(eval $(call gb_Executable_use_api,outdevgrind,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,outdevgrind,boost_headers)) $(eval $(call gb_Executable_set_include,outdevgrind,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,outdevgrind,\ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) $(eval $(call gb_Executable_add_exception_objects,outdevgrind,\ vcl/workben/outdevgrind \ )) # vim: set noet sw=4 ts=4: eoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/README
AgeCommit message (Expand)Author
2016-03-02vcl: document that it's possible to dump GDIMetaFile to XMLMichael Stahl
2016-02-21vcl: README update - generic was moved some time ago to unxChris Sherlock
2016-01-19vcl: define what svp stands for in READMEChris Sherlock
2015-03-03TyposJulien Nabet
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud
2014-04-02vcl/README: some notes on debugging PDF exportMichael Stahl
2014-03-04EMF+: Add info about logging.Jan Holesovsky
2014-02-17Clipboard content dumping tool to README.Jan Holesovsky
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl
2013-12-20typo fixesAndras Timar
2013-12-19Public headers are long moved from hereKhaled Hosny
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist