# -*- 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,treex)) $(eval $(call gb_Executable_set_include,treex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,treex,\ sal \ )) $(eval $(call gb_Executable_use_static_libraries,treex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,treex,\ l10ntools/source/treemerge \ l10ntools/source/treex \ )) $(eval $(call gb_Executable_use_externals,treex,\ boost_headers \ libxml2 \ )) # vim: set noet sw=4 ts=4: a/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Executable_vcldemo.mk
AgeCommit message (Expand)Author
2016-08-03Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist
2016-03-25fix headless buildOliver Specht
2015-11-12Bin mesa_headers completelyTor Lillqvist
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-03-19There are no include files in solenv/incTor Lillqvist
2015-03-02Remove references to unused GLUStephan Bergmann
2015-01-06vcldemo: add threading mode.Michael Meeks
2014-11-21make glxtest available in salmainMarkus Mohrhard
2014-11-12vcldemo: render AA polylines and line-caps behind top-left pane.Michael Meeks
2014-11-10vcldemo: kill all the legacy cruft.Michael Meeks
2014-10-06Don't unintentionally unload the tk libraryTor Lillqvist
2014-10-04vcl: Fix vcldemo linkage - was missing tkMatthew J. Francis
2014-05-18vcl: missing demo filesChris Sherlock