# -*- 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_Module_Module,scp2)) $(eval $(call gb_Module_add_targets,scp2,\ AutoInstall \ CustomTarget_langmacros \ InstallModule_accessories \ InstallModule_base \ InstallModule_calc \ InstallModule_draw \ InstallModule_extensions \ $(if $(filter TRUE,$(ENABLE_FIREBIRD_SDBC)),\ InstallModule_firebird \ ) \ InstallModule_graphicfilter \ InstallModule_impress \ InstallModule_math \ InstallModule_onlineupdate \ InstallModule_ooo \ InstallModule_python \ InstallModule_ure \ InstallModule_writer \ InstallModule_xsltfilter \ InstallScript_setup_osl \ $(if $(filter ODK,$(BUILD_TYPE)), \ InstallModule_sdkoo \ InstallScript_sdkoo \ ) \ $(if $(filter WNT,$(OS)),\ $(if $(DISABLE_ACTIVEX),,InstallModule_activex) \ InstallModule_quickstart \ InstallModule_windows \ $(if $(filter MSC,$(COM)),\ InstallModule_winexplorerext \ ) \ ) \ $(if $(filter TRUE,$(ENABLE_CRASHDUMP)),\ InstallModule_crashrep \ ) \ $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GCONF) $(ENABLE_GNOMEVFS) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\ InstallModule_gnome \ ) \ $(if $(filter TRUE,$(ENABLE_KDE) $(ENABLE_KDE4)),\ InstallModule_kde \ ) \ $(if $(filter TRUE,$(ENABLE_TDE)),\ InstallModule_tde \ ) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: tro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)Author
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-11Kill DECL_PROP1IMPL and relatedJulien Nabet
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-07Do not use sal/log.hxx in extensionsStephan Bergmann
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-11normalize values of BUNDLE_MARIADBMichael Stahl
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from mysqlcAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl
2014-02-03Do not disable -Werror for mysqlcStephan Bergmann
2014-02-03auto_ptr -> heap_ptrStephan Bergmann
2014-02-03auto_ptr -> scoped_ptrStephan Bergmann
2014-02-03USE_CPP_CONN is unusedStephan Bergmann
2014-02-03Get rid of macrosStephan Bergmann
2014-02-03Fix typosStephan Bergmann
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2013-12-20typo fixesAndras Timar
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-10Drop duplicate #includeTakeshi Abe
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin