# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 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_Library_Library,desktop_detector)) #$(eval $(call gb_Library_use_package,vcl,vcl_inc)) $(eval $(call gb_Library_set_include,desktop_detector,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Library_add_defs,desktop_detector,\ -DDESKTOP_DETECTOR_IMPLEMENTATION \ )) $(eval $(call gb_Library_use_api,desktop_detector,\ offapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,desktop_detector,\ vcl \ tl \ utl \ sot \ ucbhelper \ basegfx \ comphelper \ cppuhelper \ i18nisolang1 \ i18nutil \ jvmaccess \ cppu \ sal \ X11 \ Xext \ SM \ ICE \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,desktop_detector,\ icule \ icuuc \ )) $(eval $(call gb_Library_add_exception_objects,desktop_detector,\ vcl/unx/generic/desktopdetect/desktopdetector \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Library_use_libraries,desktop_detector,\ dl \ m \ pthread \ )) endif # vim: set noet sw=4 ts=4: value='distro/collabora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/inc
AgeCommit message (Expand)Author
2014-04-14update_pchThomas Arnhold
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
2014-01-28Introduce com.sun.star.ui.theUICategoryDescription singleton.Matúš Kukan
2013-11-05update pchThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-15update pchThomas Arnhold
2013-09-05update pchThomas Arnhold
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer
2013-07-12PCH for more librariesLuboš Luňák