# -*- 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,sdraw/launcher)) $(eval $(call gb_WinResTarget_set_include,sdraw/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,sdraw/launcher,\ -DRES_APP_NAME=sdraw \ -DRES_APP_FILEDESC="$(PRODUCTNAME) Draw" \ -DRES_APP_ICON=icons/draw_app.ico \ -DVERVARIANT=$(LIBO_VERSION_PATCH) \ -DRES_APP_VENDOR="$(OOO_VENDOR)" \ )) $(eval $(call gb_WinResTarget_add_dependencies,sdraw/launcher,\ sysui/desktop/icons/draw_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,sdraw/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: 7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tubes/source
AgeCommit message (Expand)Author
2016-12-19Fix SolarMutex getting lost across call to g_main_context_iterationStephan Bergmann
2016-10-28loplugin:reservedidStephan Bergmann
2016-10-28Move internal include files from include/tubes/ to tubes/source/Stephan Bergmann
2016-10-28Various loplugin warnings in --enable-telepathyStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-02-09Formatting changes across all modulesChris Sherlock
2015-12-23convert tubes to VclPtrDavid Tardon
2015-10-21remove untyped Link<>Noel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-01-11OSL_ENSURE was not declared in this scopeDavid Tardon
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-13Typo: shoud -> shouldJulien Nabet