# -*- 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_Executable_Executable,soffice_bin)) $(eval $(call gb_Executable_set_targettype_gui,soffice_bin,YES)) $(eval $(call gb_Executable_set_include,soffice_bin,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_Executable_use_libraries,soffice_bin,\ sal \ sofficeapp \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_cobjects,soffice_bin,\ desktop/source/app/main \ )) ifeq ($(OS),MACOSX) $(eval $(call gb_Executable_set_ldflags,\ $(filter-out -bind_at_load,$$(LDFLAGS)) \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Executable_set_targettype_gui,soffice_bin,YES)) $(eval $(call gb_Executable_add_nativeres,soffice_bin,sofficebin/officeloader)) ifeq ($(COM),MSC) $(eval $(call gb_Executable_add_ldflags,soffice_bin,\ /STACK:10000000 \ )) endif endif # vim: set ts=4 sw=4 et: a-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlimport.mk
AgeCommit message (Expand)Author
2020-01-18do not reuse common PCH if switching to Objective C++Luboš Luňák
2019-11-08sw: no reason why SwModelTestBase can be used only by "extras" testsMiklos Vajna
2019-10-04use the common system PCH header in sw/Luboš Luňák
2019-03-08sw: replace long lists of components with services.rdbMichael Stahl
2018-10-01Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara