# -*- 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,wininetbe1)) $(eval $(call gb_Library_use_sdk_api,wininetbe1)) $(eval $(call gb_Library_use_libraries,wininetbe1,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_set_componentfile,wininetbe1,shell/source/backends/wininetbe/wininetbe1,services)) $(eval $(call gb_Library_add_exception_objects,wininetbe1,\ shell/source/backends/wininetbe/wininetbackend \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: 80 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
2013-07-30gdb-core-bt.sh expects three arguments nowStephan Bergmann
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks
2013-07-01unotest: re-add test::BootstrapFixtureBase::getPathFromWorkdirMichael Stahl
2013-07-01Remove unused codePetr Vorel
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-18Migrate CheckFields unit test to pythonDavid Ostrovsky
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-27fdo#55814 migrate java unit test to pythonDavid Ostrovsky
2013-04-26Make informative output more obviousStephan Bergmann
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-24move sal_inc headers to include/David Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22clean up PythonTestsDavid Ostrovsky
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-09move Python tests in-processMichael Stahl
2013-04-09set up python unit test infrastructureDavid Ostrovsky
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-03Show backtraces for core files from CppunitTests, tooStephan Bergmann
2013-04-02Bypass cppunit stuff for non-DESKTOP in more placesTor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-12Removed RTL_CONSTASCII_(U)STRINGPARAM in unotestChr. Rossmanith
2013-02-28remove all d.lstMichael Stahl
2013-02-05Pass DocumentService to the loader during macro tests.Kohei Yoshida