# -*- 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,opencltest)) $(eval $(call gb_Executable_set_include,opencltest,\ -I$(SRCDIR)/opencl/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_add_exception_objects,opencltest,\ opencl/opencltest/main \ )) $(eval $(call gb_Executable_use_externals,opencltest,\ clew \ )) $(eval $(call gb_Executable_use_libraries,opencltest,\ sal \ )) $(eval $(call gb_Executable_add_default_nativeres,opencltest)) # vim: set noet sw=4 ts=4: '>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/onlineupdate/Module_onlineupdate.mk
AgeCommit message (Expand)Author
2017-08-22updater: get the updater GUI working on LinuxMarkus Mohrhard
2017-08-21updater: add a way to test the dialog code of the updaterMarkus Mohrhard
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard
2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard
2017-05-19generate the certificate verification data as part of the buildMarkus Mohrhard
2017-05-19add mbsdiff as build executableMarkus Mohrhard
2017-05-19add the resource to the updaterMarkus Mohrhard
2017-05-19the update service is windows onlyMarkus Mohrhard
2017-05-19get the update service workingMarkus Mohrhard
2017-05-19extract the common updater code to an own static libraryMarkus Mohrhard
2017-05-19we only want to build winhelper on windowsMarkus Mohrhard
2017-05-19make the winhelper library compile on windowsMarkus Mohrhard
2017-05-19temp windows fixesMarkus Mohrhard
2017-05-19start work on the updater serviceMarkus Mohrhard