# -*- 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,icontest)) $(eval $(call gb_Executable_use_externals,icontest,\ boost_headers \ glew \ glm_headers \ mesa_headers \ )) $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,icontest,\ -lGL \ )) else ifeq ($(OS),WNT) $(eval $(call gb_Executable_use_system_win32_libs,icontest,\ opengl32 \ )) else ifeq ($(OS),MACOSX) $(eval $(call gb_Executable_add_libs,icontest,\ -framework OpenGL \ )) endif $(eval $(call gb_Executable_use_static_libraries,icontest,\ vclmain \ )) $(eval $(call gb_Executable_use_libraries,icontest,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ vclopengl \ )) $(eval $(call gb_Executable_add_exception_objects,icontest,\ vcl/workben/icontest \ )) # vim: set noet sw=4 ts=4: -4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/Package_python_shell.mk
AgeCommit message (Expand)Author
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09pyuno: another filelist to make instdir betterMatúš Kukan
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky