# -*- 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,swd)) $(eval $(call gb_Library_set_componentfile,swd,sw/util/swd)) $(eval $(call gb_Library_set_include,swd,\ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,swd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,swd)) $(eval $(call gb_Library_use_libraries,swd,\ comphelper \ cppu \ cppuhelper \ sal \ sfx \ sot \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,swd,\ sw/source/ui/uno/swdetect \ )) # vim: set noet sw=4 ts=4: b/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2013-10-11No need to support "prefix" in DllComponentLoaderStephan Bergmann
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-10-02-Werror,-Wunused-functionStephan Bergmann
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann
2013-10-01IllegalArgumentException is a RuntimeException nowStephan Bergmann
2013-08-22Mark as constTakeshi Abe
2013-08-22sal_Bool to boolTakeshi Abe
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProviderStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl