# -*- 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_WinResTarget_WinResTarget,sweb/launcher)) $(eval $(call gb_WinResTarget_set_include,sweb/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,sweb/launcher,\ -DRES_APP_ICON=icons/writer_app.ico \ )) $(eval $(call gb_WinResTarget_add_dependencies,sweb/launcher,\ sysui/desktop/icons/writer_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,sweb/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: e='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-04-30WaE: C6011 Dereferencing NULL pointer warnings from unchecked mallocCaolán McNamara
2024-04-26MSI: Fix use of illegal character in table Binarykubak
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2024-03-13tdf#160180: bump copyright year to 2024Julien Nabet
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann
2023-10-25small steps to getting ASAN on Windows workingNoel Grandin
2023-07-26tdf#144053 Compare version to ProductKey entry in bootstraprcPatrick Luby
2023-06-09improve dictionary package descriptionsAndras Timar
2023-01-01Bump copyright year to 2023Adolfo Jayme Barrientos
2022-09-07tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroTomoyuki Kubota
2022-08-27Add Persian (fa-IR) dictionary to installsetAron Budea
2022-05-18tdf#149106 Remove RenamePrgFolder and RemovePrgFolder custom msi actionsSamuel Mehrbrodt
2022-05-11Add error handling to RenamePrgFolder and RemovePrgFolderSamuel Mehrbrodt
2022-04-26Drop unused LanguageTool extensionGabor Kelemen
2022-04-26Drop unused CT2N extensionGabor Kelemen
2022-04-10loplugin:emptyStephan Bergmann
2022-02-14Adding Central Kurdish(ckb) Spell Checker & DictionaryOlivier Hallot
2022-01-29use mktemp for FAKEDBRPMCaolán McNamara
2022-01-28use mktemp for outdirCaolán McNamara
2022-01-28use mktemp for UNPACKDIRCaolán McNamara
2021-01-01Bump copyright year to 2021Adolfo Jayme Barrientos
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann