# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Module_Module,dtrans)) $(eval $(call gb_Module_add_targets,dtrans,\ Library_mcnttype \ )) ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,dtrans,\ Library_dnd \ Library_dtrans \ Library_ftransl \ Library_sysdtrans \ StaticLibrary_dtobj \ )) endif # vim: set noet sw=4 ts=4: 5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/osx
AgeCommit message (Expand)Author
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-05-21Add sal/osl/unx/file.cxx for debugging convenienceTor Lillqvist
2018-05-21Updates by Xcode 9.3Tor Lillqvist
2018-01-08Add a few Mac-specific source files in avmedia for easier breakpointingTor Lillqvist
2017-02-02gbuild-to-ide added -DLIBO_INTERNAL_ONLY to CXXFLAGSjan Iversen
2017-01-29gbuild-to-ide xcode, added targets in menujan Iversen
2016-10-20Add some more source files for breakpointing convenienceTor Lillqvist
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2014-03-06Add an Xcode project to make it easier to debug a running soffice on OS XTor Lillqvist