# -*- 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_Module_Module,slideshow)) $(eval $(call gb_Module_add_targets,slideshow,\ Library_slideshow \ )) ifeq ($(ENABLE_OPENGL_TRANSITIONS),TRUE) $(eval $(call gb_Module_add_targets,slideshow,\ Library_OGLTrans \ Package_opengl \ )) endif $(eval $(call gb_Module_add_check_targets,slideshow,\ CppunitTest_slideshow \ )) # vim: set noet sw=4 ts=4: f6a0bdd354ae2bd4bcdd9536c6'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl/Executable_unoidl-read.mk
p;id=76d098a07bb2f901948d39522954dff6b50adae8'>Enable building OpenSSL for OS X
AgeCommit message (Expand)Author
Tor Lillqvist
2013-05-10Attempt to clarify nested conditional messTor Lillqvist
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-04-20enable symbols and disable optimization in openssl for a dbgutil buildMarkus Mohrhard
2013-04-19Fix https://-related crashes.Jan Holesovsky
2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl
2013-03-31fix gold warning about hidden symbolsPeter Foley
2013-03-21TypoTor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-28openssl: unset MAKEFLAGS on !MSC as wellMiklos Vajna
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-01-03Fix typo: s/VISIBILTIY/VISIBILITY/Tor Lillqvist
2012-12-31fix postgresql on winPeter Foley
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
2012-10-07fix for openssl with MSVC when ccache is enabledPeter Foley
2012-08-16fix openssl build with VS2012Peter Foley
2012-06-22.patch files don't need executable bitsMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-23update internal openssl to version 0.9.8vPetr Mladek
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-16asm fixes in opensslLuboš Luňák
2012-03-16nss and openssl don't realiably build in paralleltinderbox
2012-03-06fix caseDavid Tardon
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-01-21android: don't add -I/usr/include to the compile line - urkMichael Meeks