# -*- 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_Library_Library,chartopengl)) $(eval $(call gb_Library_set_include,chartopengl,\ -I$(SRCDIR)/chart2/inc \ -I$(SRCDIR)/chart2/source/model/inc \ -I$(SRCDIR)/chart2/source/view/inc \ -I$(SRCDIR)/chart2/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_set_precompiled_header,chartopengl,$(SRCDIR)/chart2/inc/pch/precompiled_chartopengl)) $(eval $(call gb_Library_use_externals,chartopengl,\ boost_headers \ glm_headers \ glew \ )) $(eval $(call gb_Library_use_sdk_api,chartopengl)) $(eval $(call gb_Library_use_libraries,chartopengl,\ basegfx \ chartcore \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ fwe \ i18nlangtag \ sal \ sfx \ svl \ svt \ svxcore \ tl \ tk \ ucbhelper \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,chartopengl,\ chart2/source/view/main/OpenglShapeFactory \ chart2/source/view/main/DummyXShape \ chart2/source/view/main/OpenGLRender \ )) ifeq ($(strip $(OS)),WNT) $(eval $(call gb_Library_use_system_win32_libs,chartopengl,\ opengl32 \ gdi32 \ )) else ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_system_darwin_frameworks,chartopengl,\ OpenGL \ )) else ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Library_add_libs,chartopengl,\ $(DLOPEN_LIBS) \ -lGL \ -lX11 \ )) endif # vim: set noet sw=4 ts=4: ffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2014-08-17convert int to boolThomas Arnhold
2014-07-18cid#705673 Resource leakNoel Grandin
2014-07-18cid#705674 and cid#705675 Resource leakNoel Grandin
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-04coverity#1213422 Tainted ScalarNorbert Thiebaud
2014-07-01coverity#706020 Unintended sign extensionCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-18coverity#706034 Unintended sign extensionCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-23coverity#707966 Uninitialized pointer fieldCaolán McNamara
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10coverity#707966 Uninitialized pointer fieldCaolán McNamara
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre
2014-04-08fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBALMichaël Lefèvre
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-19coverity#707966 Uninitialized pointer fieldCaolán McNamara