# -*- 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_Package_Package,odk_config,$(SRCDIR))) $(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR))) ifeq ($(OS),WNT) $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ odk/config/cfgWin.js \ odk/config/setsdkname.bat \ )) else $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ config.guess \ config.sub \ odk/config/configure.pl \ odk/config/setsdkenv_unix \ odk/config/setsdkenv_unix.sh.in \ )) endif # vim: set noet sw=4 ts=4: oo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/salframe.h
AgeCommit message (Expand)Author
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-23tdf#103571: Avoid spurious heavy SalEvent::DisplayChanged callbacksTor Lillqvist
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-21tdf#99784 OSX run GUI stuff in the main threadJan-Marek Glogowski
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-09-14loplugin:overrideStephan Bergmann
2016-07-15loplugin:nullptrStephan Bergmann
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin
2016-03-29remove unecessary bitfield from AquaSalFrameDouglas Mencken
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-09-29retain type for another levelCaolán McNamara