# -*- 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,sbase)) $(eval $(call gb_Executable_set_targettype_gui,sbase,YES)) $(eval $(call gb_Executable_add_defs,sbase,\ -DUNICODE \ )) $(eval $(call gb_Executable_add_ldflags,sbase,\ /ENTRY:wWinMainCRTStartup \ )) $(eval $(call gb_Executable_use_libraries,sbase,\ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_static_libraries,sbase,\ winlauncher \ )) $(eval $(call gb_Executable_add_exception_objects,sbase,\ desktop/win32/source/applauncher/sbase \ )) $(eval $(call gb_Executable_add_nativeres,sbase,sbase/launcher)) # vim: set ts=4 sw=4 et: 'distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/Library_scqahelper.mk
ommit/xmlsecurity/Library_xsec_fw.mk?h=private/tml/lov-7.0.4&id=de030cd7a234fd9191364647deb1a4836ca992cb'>gbuild: Remove MSVC 2013 legacy code
AgeCommit message (Expand)Author
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-11-30start to split the functions test by categoryMarkus Mohrhard
David Ostrovsky
2017-03-10xmlsecurity: remove unused XMLEncryptionTemplateImplMiklos Vajna
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-16xmlsecurity: remove unused DecryptorImplMiklos Vajna
2017-02-09xmlsecurity: remove unused EncryptorImplMiklos Vajna
2017-02-02xmlsecurity: remove unused xsec_fw_component_getFactory()Miklos Vajna
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2016-11-24xmlsecurity: instantiate SignatureVerifierImpl directly in XSecControllerMiklos Vajna
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-04-28prefer makefile-gmake-modeTakeshi Abe