# -*- 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)) ifeq ($(DISABLE_GUI),) $(eval $(call gb_Executable_use_externals,icontest,\ epoxy \ )) endif ifeq ($(SYSTEM_GLM),TRUE) $(eval $(call gb_Executable_add_defs,icontest,\ -DGLM_ENABLE_EXPERIMENTAL \ )) endif $(eval $(call gb_Executable_add_defs,icontest,\ -DVCL_INTERNALS \ )) $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_libraries,icontest,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_use_vclmain,icontest)) $(eval $(call gb_Executable_add_exception_objects,icontest,\ vcl/workben/icontest \ )) # vim: set noet sw=4 ts=4: a/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2017-02-13add pcx fuzzerCaolán McNamara
2017-02-01Makefile.in added support for testIdejan Iversen
2017-01-31add pct fuzzerCaolán McNamara
2017-01-31Gbuild-to-ide, Froze non-active supported generators.jan Iversen
2017-01-27add eps fuzzerCaolán McNamara
2017-01-24add psd fuzzerCaolán McNamara
2017-01-23beginning of support for CodeLite in gbuild-to-ideNoel Grandin
2017-01-15gbuild: populate local symstore on WindowsThorsten Behrens
2017-01-12add ppm/pbm fuzzerCaolán McNamara
2017-01-12add met fuzzerCaolán McNamara
2017-01-12add dxf fuzzerCaolán McNamara
2017-01-09add pcd fuzzerCaolán McNamara
2017-01-09add svm fuzzerCaolán McNamara
2017-01-09add bmp fuzzerCaolán McNamara
2017-01-09add png fuzzerCaolán McNamara
2017-01-08add xpm fuzzerCaolán McNamara
2017-01-08add xbm fuzzerCaolán McNamara
2017-01-05add gif fuzzerCaolán McNamara
2017-01-02add a jpg fuzzerCaolán McNamara
2016-12-21tweak fuzzing dependenciesCaolán McNamara
2016-12-20wmffuzzer as single static binary for oss-fuzzCaolán McNamara
2016-12-16Make 'make CompilerTest_compilerplugins_clang' workStephan Bergmann
2016-12-15Makefile: try to get gbuild-to-ide running on the internal python3Michael Stahl
2016-12-03oss-fuzz runs under dockerCaolán McNamara
2016-11-27switch gbuild-to-ide to use gbuildtojsonBjoern Michaelsen
2016-11-25rename the core parts of this from gbuildtoide to gbuildtojsonBjoern Michaelsen
2016-11-10Don't let MODULE.all depend on MODULE.screenshotStephan Bergmann
2016-10-13add initial json export for gbuild dataBjoern Michaelsen
2016-09-23Makefile.in: check JAVA_HOME/bin, not JAVA_HOME/includeMichael Stahl
2016-09-14gbuild-to-ide: MSVC 2012 no longer supported, replace with 2015Michael Stahl
2016-09-05distclean generated filesStephan Bergmann
2016-08-30Makefile: improve JAVA_HOME checkMichael Stahl
2016-08-18screenshot: add screenshot ui test to check targetThorsten Behrens
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-04Introduce --with-product-name superseding --with-macosx-app-nameTor Lillqvist
2016-07-31Use "dot" for "source"ing shell filesJan-Marek Glogowski
2016-07-21Makefile: re-run autogen.sh if JAVA_HOME went awayMichael Stahl
2016-06-30distclean the generated bin/bffvalidator.shStephan Bergmann
2016-06-29Fix inconsistent dependencies of "make $MODULE" vs. "make $MODULE.build" etc.Stephan Bergmann
2016-06-23Makefile: move check-if-root earlierMichael Stahl
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard
2016-05-24make the symbol generation also work correctly on windowsMarkus Mohrhard
2016-05-24add build system part for upload crashreport symbolsMarkus Mohrhard
2016-05-24also create the symbols.zip fileMarkus Mohrhard
2016-05-24remove old symbols directoryMarkus Mohrhard
2016-05-23add a build system target to generate the symbol filesMarkus Mohrhard
2016-04-14149Tor Lillqvist