# -*- 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_AllLangResTarget_AllLangResTarget,fwe)) $(eval $(call gb_AllLangResTarget_set_reslocation,fwe,framework)) $(eval $(call gb_AllLangResTarget_add_srs,fwe,\ fwe/fwk_classes \ fwe/fwk_services \ )) $(eval $(call gb_SrsTarget_SrsTarget,fwe/fwk_classes)) $(eval $(call gb_SrsTarget_set_include,fwe/fwk_classes,\ $$(INCLUDE) \ -I$(SRCDIR)/framework/inc \ -I$(SRCDIR)/framework/inc/classes \ )) $(eval $(call gb_SrsTarget_add_files,fwe/fwk_classes,\ framework/source/classes/resource.src \ )) $(eval $(call gb_SrsTarget_SrsTarget,fwe/fwk_services)) $(eval $(call gb_SrsTarget_set_include,fwe/fwk_services,\ $$(INCLUDE) \ -I$(SRCDIR)/framework/inc \ -I$(SRCDIR)/framework/inc/services \ )) $(eval $(call gb_SrsTarget_add_nonlocalizable_files,fwe/fwk_services,\ framework/source/services/fwk_services.src \ )) # vim: set noet sw=4 ts=4: istro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/git-ps1
>
AgeCommit message (Expand)Author
path: root/cppcanvas/inc
AgeCommit message (Expand)Author
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-20loplugin:unusedmethodsNoel Grandin
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-10do not include boost/utility.hppMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-18Remove include stdio (part2)Julien Nabet
2015-02-05Updated all precompiled headers.Ashod Nakashian
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold