# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,analysis)) $(eval $(call gb_Library_set_componentfile,analysis,scaddins/source/analysis/analysis)) $(eval $(call gb_Library_set_include,analysis,\ $$(INCLUDE) \ -I$(SRCDIR)/scaddins/inc \ )) $(eval $(call gb_Library_use_external,analysis,boost_headers)) $(eval $(call gb_Library_use_internal_comprehensive_api,analysis,\ offapi \ scaddins \ udkapi \ )) $(eval $(call gb_Library_use_libraries,analysis,\ comphelper \ cppu \ cppuhelper \ sal \ utl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,analysis,\ scaddins/source/analysis/analysis \ scaddins/source/analysis/analysishelper \ scaddins/source/analysis/bessel \ scaddins/source/analysis/financial \ )) # vim: set noet sw=4 ts=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers
AgeCommit message (Expand)Author
2022-02-13may just as well use -Z7 if trying to avoid shared .pdb accessLuboš Luňák
2022-01-19Fix processing of first path in SOLARINCStephan Bergmann
2021-11-17support ccache for MSVC tooLuboš Luňák
2021-11-03fix gcc-wrapper for ccache.exeLuboš Luňák
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet
2021-07-23do not use "using namespace std" in headersCollabora
2020-11-22Fix typosAndrea Gelmini
2020-11-21firebird: build fixes (incl. parallel build)Jan-Marek Glogowski
2020-10-09Be more verbose why gcc-wrapper could not create processStephan Bergmann
2020-09-11WIN cross: fix gpg-related library buildsJan-Marek Glogowski
2020-03-27revert the gyp-based nss build changesLuboš Luňák
2020-03-23build nss using gyp+ninja also on WindowsLuboš Luňák
2018-01-08gcc-wrappers: always pass -debug to linkerMichael Stahl
2018-01-08gcc-wrappers: recognise -ggdb.* in addition to -g as debug flagMichael Stahl
2017-09-19gpg4libre: have gcc-wrapper handle linking properlyDavid Ostrovsky
2017-02-23solenv(gcc-wrappers): remove trailing space of includepathMark Hung
2016-10-15clang-cl loplugin: solenvStephan Bergmann
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2015-12-02For some odd reason, clang-cl.exe doesn't like being called by CreateProcessStephan Bergmann
2015-12-02Filter out -fPIC tooStephan Bergmann
2015-12-02Be explicit about missing env varsStephan Bergmann
2015-04-19tdf#82430: gcc-wrappers: command line *must* start with a spaceMichael Stahl
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-08-18fdo#82430: gcc-wrappers: don't stop if REAL_CXX_FLAGS is emptyMichael Stahl
2014-08-14fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl
2014-07-07Use -FS for VS 2013Tor Lillqvist
2014-06-01fix header guardThomas Arnhold
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2013-11-25Fix different typos for "unknown"Julien Nabet
2013-09-19Revert "gcc-wrapper: warn on invalid path names."Jan Holesovsky
2013-09-18gcc-wrapper: warn on invalid path names.Michael Meeks