# -*- 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_Package_Package,vcl_opengl_shader,$(SRCDIR)/vcl/opengl)) $(eval $(call gb_Package_add_files,vcl_opengl_shader,$(LIBO_ETC_FOLDER)/opengl,\ areaHashCRC64TFragmentShader.glsl \ areaScaleFastFragmentShader.glsl \ areaScaleFragmentShader.glsl \ blendedTextureFragmentShader.glsl \ blendedTextureVertexShader.glsl \ dumbVertexShader.glsl \ diffTextureFragmentShader.glsl \ greyscaleFragmentShader.glsl \ invert50FragmentShader.glsl \ convolutionFragmentShader.glsl \ linearGradientFragmentShader.glsl \ combinedTextureFragmentShader.glsl \ combinedTextureVertexShader.glsl \ combinedFragmentShader.glsl \ combinedVertexShader.glsl \ lineFragmentShader.glsl \ lineVertexShader.glsl \ maskFragmentShader.glsl \ maskedTextureVertexShader.glsl \ maskedTextureFragmentShader.glsl \ radialGradientFragmentShader.glsl \ replaceColorFragmentShader.glsl \ solidFragmentShader.glsl \ textureFragmentShader.glsl \ textureVertexShader.glsl \ transformedTextureVertexShader.glsl \ )) # vim: set noet sw=4 ts=4: alue='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/boost/Module_boost.mk
AgeCommit message (Expand)Author
2012-09-10boost, orcus: disable bizarre "auto link" feature for MSVC:Michael Stahl
2012-09-08group this togetherMatúš Kukan
2012-09-07Make boostthread windows only for now.Kohei Yoshida
2012-09-07Resurrect boost thread lib. Orcus needs it.Kohei Yoshida
2012-09-06boost: create also libboost_date_time-vc90-mt-1_44.libMatúš Kukan
2012-08-31boost: convert to gbuildMatúš Kukan