# -*- 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_Module_Module,lpsolve)) ifeq ($(ENABLE_LPSOLVE),TRUE) ifeq ($(SYSTEM_LPSOLVE),NO) $(eval $(call gb_Module_add_targets,lpsolve,\ UnpackedTarball_lpsolve \ ExternalPackage_lpsolve \ ExternalProject_lpsolve \ )) endif endif # vim: set noet sw=4 ts=4: /'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Executable_vcldemo.mk
AgeCommit message (Expand)Author
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