# 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_UITest_UITest,sw_uibase_shells)) $(eval $(call gb_UITest_add_modules,sw_uibase_shells,$(SRCDIR)/sw/qa/uitest,\ uibase/shells/ \ )) $(eval $(call gb_UITest_set_defs,sw_uibase_shells, \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \ )) > index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/CppunitTest_basic_scanner.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-11-22trivial makefile cleanupsMichael Stahl
2016-02-05basic: Merge macro snippet testsMatúš Kukan
2014-06-04Do not both _use_library_objects and _use_libraries sbStephan Bergmann
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-04-05new module i18nlangtagEike Rathke
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-11-22AllSettings with LanguageTagEike Rathke
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2011-10-21remove erroneous sfx dependency (thank you Stefan)Michael Meeks
2011-10-21Fix Windows build (missing oleout32 library).Jan Holesovsky
2011-10-21String->OUString, with accompanying testsAugust Sodora