# -*- 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_InstallModule_InstallModule,scp2/ooo)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\ brand \ ooo \ ooobinarytable \ reportbuilder \ pdfimport \ )) $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\ ENABLE_GTK \ ENABLE_GTK3 \ ENABLE_MACOSX_SANDBOX \ ENABLE_ONLINE_UPDATE \ ENABLE_TDE \ SYSTEM_CURL \ SYSTEM_HSQLDB \ SYSTEM_LIBXSLT \ SYSTEM_REDLAND \ WITH_GALLERY_BUILD \ WITH_MYSPELL_DICTS \ )) $(eval $(call gb_InstallModule_define_value_if_set,scp2/ooo,\ MINGW_GCCDLL \ MINGW_GXXDLL \ )) $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ $(if $(CUSTOM_BRAND_DIR),-DCUSTOM_BRANDING) \ $(if $(WINDOWS_SDK_HOME),\ -DHAVE_WINDOWS_SDK \ ) \ $(if $(SYSTEM_HSQLDB),\ -DHSQLDB_JAR=\""$(call gb_Helper_make_path,$(HSQLDB_JAR))"\" \ ) \ $(if $(MACOSX_SDK_VERSION),\ -DMACOSX_SDK_VERSION=$(MACOSX_SDK_VERSION) \ ) \ $(if $(filter MSC,$(COM)),$(if $(MSVC_USE_DEBUG_RUNTIME),-DMSVC_PKG_DEBUG_RUNTIME)) \ )) ifeq ($(USING_X11),TRUE) $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ -DUSING_X11 \ )) endif ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))) $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ -DDBCONNECTIVITY \ )) endif $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ -DICU_MAJOR=$(ICU_MAJOR) \ )) $(eval $(call gb_InstallModule_add_templates,scp2/ooo,\ scp2/source/templates/module_helppack \ scp2/source/templates/module_helppack_root \ scp2/source/templates/module_langpack \ scp2/source/templates/module_langpack_root \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\ scp2/source/ooo/common_brand \ scp2/source/ooo/common_brand_readme \ scp2/source/ooo/directory_ooo \ scp2/source/ooo/directory_ooo_macosx \ scp2/source/ooo/file_extra_ooo \ scp2/source/ooo/file_font_ooo \ scp2/source/ooo/file_library_ooo \ scp2/source/ooo/file_ooo \ scp2/source/ooo/file_resource_ooo \ scp2/source/ooo/installation_ooo \ scp2/source/ooo/module_help_template \ scp2/source/ooo/module_hidden_ooo \ scp2/source/ooo/module_lang_template \ scp2/source/ooo/profileitem_ooo \ scp2/source/ooo/scpaction_ooo \ $(if $(filter WNTGCC,$(OS)$(COM)),\ scp2/source/ooo/mingw_dlls \ ) \ scp2/source/ooo/module_filter \ $(if $(filter-out MACOSX WNT,$(OS)), \ scp2/source/ooo/module_libreofficekit \ ) \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\ scp2/source/ooo/module_helppack \ scp2/source/ooo/module_langpack \ scp2/source/ooo/module_ooo \ scp2/source/ooo/module_systemint \ )) ifeq ($(ENABLE_PDFIMPORT),TRUE) $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\ scp2/source/ooo/module_pdfimport \ )) endif ifeq ($(ENABLE_REPORTBUILDER),TRUE) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\ scp2/source/ooo/module_reportbuilder \ )) endif # vim: set shiftwidth=4 tabstop=4 noexpandtab: e='distro/collabora/co-24.04.7'>distro/collabora/co-24.04.7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/win32
AgeCommit message (Expand)Author
2024-09-30Revert "Fall back to old bootstrap.ini [Win32] section, for backwards compati...Stephan Bergmann
2024-02-26Fix typoAndrea Gelmini
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Use filesystem::path to avoid MAX_PATH limitationMike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-25Avoid MAX_PATH limitation in launcherMike Kaganski
2024-02-13Fall back to old bootstrap.ini [Win32] section, for backwards compatibilityStephan Bergmann
2024-02-12Search for load-time variables in fundamental.override.iniStephan Bergmann
2024-01-24Some refactor of Win32 loaderMike Kaganski
2021-04-12Fix previous typo-in-comment fixStephan Bergmann
2021-04-11we where -> we wereNoel Grandin
2020-11-30tdf#48413 handle wildcards on WindowsDeb Barkley-Yeung
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman
2020-07-13desktop: separate executable shortcut for safe-modeVasily Melenchuk
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2020-01-23Make unopkg.com proper launcher for unopkg.bin on WindowsMike Kaganski
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-10-01loplugin:nullptr (clang-cl)Stephan Bergmann
2019-09-17WIN make sure bootstrap.ini is openend read-onlyThorsten Behrens
2019-09-13WIN allow setting a memory limit for soffice.binJan-Marek Glogowski
2019-08-31Unify executables to take version resource from default.rcMike Kaganski
2019-01-30-Werror,-Wlogical-op-parentheses (clang-cl)Stephan Bergmann
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2018-11-21tdf#112536 related: make soffice.bin a proper console application on WinMike Kaganski
2018-10-27possible fix for issue 120928 - quickstart --killtray throws exceptionbrinzing
2018-10-22tdf#120249: fix escaping to handle quotes and multiple trailing backslshesMike Kaganski
2018-10-21tdf#120703 (PVS): handle failed (re)allocationsMike Kaganski
2018-10-01tdf#120249: escape trailing backslash in argument passed to soffice.binMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-02-01desktop: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-10-20drmemory: fix small leakCaolán McNamara
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-15loader: don't use 8-bit string functionsMike Kaganski
2017-09-15applauncher: don't use 8-bit string functionsMike Kaganski
2017-09-01tdf#109241 desktop: Win32: prepend "program" dir to $PATHMichael Stahl
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-03desktop: remove unnecessary #define _WIN32_WINNT 0x0501Michael Stahl
2016-12-23tdf#100826: Use parent console for output if possibleMike Kaganski
2016-10-16clang-cl loplugin: desktopStephan Bergmann
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-05-30Move exithelper.h to includeTor Lillqvist