# -*- 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_Configuration_Configuration,driver_macab)) $(eval $(call gb_Configuration_add_spool_modules,driver_macab,connectivity/registry/macab,\ org/openoffice/Office/DataAccess/Drivers-macab.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_macab,connectivity/registry/macab,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_win.mk
AgeCommit message (Expand)Author
2022-11-24WIN merge CWinClipbImpl into CWinClipboardJan-Marek Glogowski
2022-11-24WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski
2019-10-14use common PCH for more librariesLuboš Luňák
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2018-10-10Restore using shlwapi by VCL code on WindowsMike Kaganski
2018-10-03vcl: fixed Windows build with enabled breakpadVasily Melenchuk
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski