# -*- 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_AllLangResTarget_AllLangResTarget,sdbt)) $(eval $(call gb_AllLangResTarget_set_reslocation,sdbt,dbaccess)) $(eval $(call gb_AllLangResTarget_add_srs,sdbt,\ dbaccess/sdbt \ )) $(eval $(call gb_SrsTarget_SrsTarget,dbaccess/sdbt)) $(eval $(call gb_SrsTarget_set_include,dbaccess/sdbt,\ $$(INCLUDE) \ -I$(SRCDIR)/dbaccess/source/sdbtools/inc \ )) $(eval $(call gb_SrsTarget_add_files,dbaccess/sdbt,\ dbaccess/source/sdbtools/resource/sdbt_strings.src \ )) # vim: set noet sw=4 ts=4: ro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store/workben
AgeCommit message (Expand)Author
2014-07-10use SimpleReferenceObject in stoc moduleNoel Grandin
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-03-27remove PROFILE checksThomas Arnhold
2014-03-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl
2014-02-27Remove visual noise from storeAlexander Wilms
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19further OUString cleanupThomas Arnhold
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann
2013-03-04remove unused and commented out codeThomas Arnhold
2013-01-26Some cppcheck cleaningJulien Nabet
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini