# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,svx)) $(eval $(call gb_Module_add_targets,svx,\ Library_svx \ Library_svxcore \ Library_textconversiondlgs \ UIConfig_svx \ )) $(eval $(call gb_Module_add_l10n_targets,svx,\ AllLangMoTarget_svx \ )) $(eval $(call gb_Module_add_check_targets,svx,\ CppunitTest_svx_unit \ CppunitTest_svx_gallery_test \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,svx,\ CppunitTest_svx_dialogs_test \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,svx,\ Executable_gengal \ $(if $(filter-out MACOSX WNT,$(OS)), \ Package_gengal) \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,svx,\ JunitTest_svx_unoapi \ )) #todo: noopt for EnhanceCustomShapesFunctionParser.cxx on Solaris Sparc and MacOSX #todo: -DUNICODE and -D_UNICODE on WNT for source/dialog #todo: component file # vim: set noet sw=4 ts=4: e='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow/Library_OGLTrans.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-12-13post glew->epoxy, we don't need to link to win openg32 and mac OpenGLCaolán McNamara
2016-12-13change from glew to epoxyCaolán McNamara
2016-11-06tdf#103696 ensure glm always uses radiansDavid Tardon
2016-10-25rename dir to follow suitDavid Tardon
2016-10-25remove unnecessary dir and name prefixDavid Tardon
2016-10-25merge duplicate source file listsDavid Tardon
2015-11-23slideshow: Move Operation to its own translation unitEmmanuel Gil Peyrot
2015-11-12Bin mesa_headers completelyTor Lillqvist
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist
2015-08-11slideshow: stop (mis)-using VERBOSENorbert Thiebaud
2015-03-02Remove references to unused GLUStephan Bergmann
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard
2014-09-02basegfx -> glm in OGLTransMarkus Mohrhard
2014-09-02use generic implementation for OSXMarkus Mohrhard
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard