# -*- 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,fwi)) $(eval $(call gb_Library_add_defs,fwi,\ -DFWI_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_sdk_api,fwi)) $(eval $(call gb_Library_set_include,fwi,\ -I$(SRCDIR)/framework/source/inc \ -I$(SRCDIR)/framework/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,fwi,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,fwi,$(SRCDIR)/framework/inc/pch/precompiled_fwi)) $(eval $(call gb_Library_use_libraries,fwi,\ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ salhelper \ svl \ svt \ tk \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,fwi,\ framework/source/fwi/classes/converter \ framework/source/fwi/classes/protocolhandlercache \ framework/source/fwi/helper/mischelper \ framework/source/fwi/helper/shareablemutex \ framework/source/fwi/jobs/configaccess \ framework/source/fwi/jobs/jobconst \ framework/source/fwi/threadhelp/transactionmanager \ framework/source/fwi/uielement/constitemcontainer \ framework/source/fwi/uielement/itemcontainer \ framework/source/fwi/uielement/rootitemcontainer \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,fwi,\ advapi32 \ )) endif # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/salhelper
AgeCommit message (Expand)Author
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert salhelper from OSL_ASSERT to assertChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-18salhelper: change oslCondition to osl::ConditionChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-15loplugin:unusedmethods unused return value in rscNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-01Remove some stdio.h includes from salhelper moduleJulien Nabet
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara