# -*- 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,oosplash)) $(eval $(call gb_Executable_set_targettype_gui,oosplash,YES)) $(eval $(call gb_Executable_use_libraries,oosplash,\ sal \ )) $(eval $(call gb_Executable_add_cobjects,oosplash,\ desktop/unx/source/args \ desktop/unx/source/file_image_unx \ desktop/unx/source/pagein \ desktop/unx/source/splashx \ desktop/unx/source/start \ )) ifneq ($(USE_XINERAMA),) $(eval $(call gb_Executable_add_defs,oosplash,\ -DUSE_XINERAMA \ )) $(eval $(call gb_Executable_add_libs,oosplash,\ -lXinerama \ )) endif ifneq ($(DISABLE_GUI),TRUE) ifneq ($(OS),WNT) $(eval $(call gb_Executable_add_libs,oosplash,\ -lX11 \ )) endif $(eval $(call gb_Executable_add_defs,oosplash,\ -DENABLE_QUICKSTART_LIBPNG \ )) $(eval $(call gb_Executable_use_externals,oosplash,\ libpng \ )) endif ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,oosplash,\ -lm \ )) endif ifeq ($(OS),SOLARIS) $(eval $(call gb_Executable_add_libs,oosplash,\ -lsocket \ )) endif # vim: set ts=4 sw=4 et: fice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/osl/w32/time.hxx
28533fac437c6e8'>root/vcl/Executable_vcldemo.mk
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2016-12-13change from glew to epoxyCaolán McNamara
2016-08-03Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist
2016-03-25fix headless buildOliver Specht
2015-11-12Bin mesa_headers completelyTor Lillqvist
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-03-19There are no include files in solenv/incTor Lillqvist
2015-03-02Remove references to unused GLUStephan Bergmann
2015-01-06vcldemo: add threading mode.Michael Meeks
2014-11-21make glxtest available in salmainMarkus Mohrhard
2014-11-12vcldemo: render AA polylines and line-caps behind top-left pane.Michael Meeks
2014-11-10vcldemo: kill all the legacy cruft.Michael Meeks
2014-10-06Don't unintentionally unload the tk libraryTor Lillqvist
2014-10-04vcl: Fix vcldemo linkage - was missing tkMatthew J. Francis
2014-05-18vcl: missing demo filesChris Sherlock