# -*- 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 \ glm_headers \ )) ifeq ($(ENABLE_OPENGL),TRUE) $(eval $(call gb_Executable_use_externals,icontest,\ glew \ )) endif $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_static_libraries,icontest,\ vclmain \ )) ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Executable_add_libs,icontest,\ -lm $(DLOPEN_LIBS) \ -lpthread \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,icontest,\ glxtest \ )) 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_libraries,icontest,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,icontest,\ vcl/workben/icontest \ )) # vim: set noet sw=4 ts=4: alue='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)Author
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon
2012-05-28android: build and package the fpicker so we can select files to openMichael Meeks
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe
2012-05-15WaE: unsafe mix of bool and sal_BoolCaolán McNamara
2012-05-05use the packaged headerDavid Tardon
2012-05-04Library_fps.mk: fixed the fpicker win32 build, missing include dirCédric Bosdonnat
2012-05-04One more fix for Mac OS X fpicker buildTor Lillqvist
2012-05-04fpicker: fixed build problems for macos and windowsCédric Bosdonnat
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-27NOINITIALSELECTION important for Save AsStephan Bergmann
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-04-24WaE: extra tokens at end of #endif directiveTor Lillqvist
2012-04-24OSL_DEBUG_LEVEL > 0 -> defined DBG_UTILStephan Bergmann
2012-04-21Partially revert: "Replace css macro with namespace for nicer namespacing"Thomas Arnhold
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-16WaE: declaration of 'size' shadows a member of 'this'David Tardon
2012-04-16WaE: passing NULL to non-pointer argumentDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: 'auto_ptr' is deprecatedDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: "_WIN32_WINNT" redefinedDavid Tardon
2012-04-16WaE: variable 'GDIError' set but not usedDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPSTR'David Tardon
2012-04-10fdo#48496 Decode file URL path segment dispalyed as "place" nameStephan Bergmann
2012-04-09add package deps for resourcesDavid Tardon