# -*- 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_Library_Library,sn_tools)) $(eval $(call gb_Library_add_defs,sn_tools,\ -U_DLL \ )) $(eval $(call gb_Library_add_cxxflags,sn_tools,\ $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \ $(if $(filter -fsanitize=%,$(CC)),,/fno-sanitize-address-vcasan-lib) \ )) $(eval $(call gb_Library_add_ldflags,sn_tools,\ /DEF:$(SRCDIR)/setup_native/source/win32/customactions/tools/sn_tools.def \ /NODEFAULTLIB \ )) $(eval $(call gb_Library_add_exception_objects,sn_tools,\ setup_native/source/win32/customactions/tools/checkversion \ )) $(eval $(call gb_Library_use_static_libraries,sn_tools,\ seterror \ )) $(eval $(call gb_Library_use_system_win32_libs,sn_tools,\ libcmt \ libcpmt \ libucrt \ libvcruntime \ kernel32 \ msi \ advapi32 \ )) # vim: set noet sw=4 ts=4: e='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/RepositoryModule_build.mk
AgeCommit message (Expand)Author
2024-06-12.NET Bindings: Add DotnetLibrary class to gbuildRMZeroFour
2024-01-21Extract embindmaker from cppumaker into its own toolStephan Bergmann
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-12-14add oox to WITH_GALLERY_BUILD build sideMichael Stahl
2021-12-23add drawinglayercore to merged libsTomaž Vajngerl
2021-12-23add drawinglayercore to RepositoryModule_{build,host}Tomaž Vajngerl
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2020-12-23Don't lock galleries build into DESKTOPJan-Marek Glogowski
2020-10-30build-tools: default to system PCH settingJan-Marek Glogowski
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-06-29More WIP work for macOS on Apple SiliconTor Lillqvist
2020-06-26There is no mysqlc moduleTor Lillqvist
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2016-01-20drop basebmp entirely nowCaolán McNamara
2014-09-17Set up the instdir_for_build URE unorc file when cross-compilingTor Lillqvist
2014-03-11normalize values of WITH_GALLERY_BUILDMichael Stahl
2014-01-16Need more modules when cross-compiling to a desktop platformTor Lillqvist
2013-11-04fdo#70393: move zlib to a subdir of externalKhaled Hosny
2013-11-04fdo#70393: move vigra to a subdir of externalKhaled Hosny
2013-11-04fdo#70393: move ucpp to a subdir of externalKhaled Hosny
2013-11-04fdo#70393: move nss to a subdir of externalKhaled Hosny
2013-11-03it seems we need svgio tooDavid Tardon
2013-10-19these are in external nowDavid Tardon
2013-10-19fdo#70393: move libxslt to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move libxml2 to a subdir of externalKhaled Hosny
2013-10-19fdo#70393: move liblangtag to a subdir of externalKhaled Hosny
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-18These are now in external/Module_external.mkTor Lillqvist
2013-10-17These are handled in external/Module_external.mkTor Lillqvist
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann
2013-07-16there is no libfbembed moduleMatúš Kukan
2013-07-16libfbembed depends on firebird being enabled.Andrzej J.R. Hunt
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt