# -*- 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,unoapploader)) $(eval $(call gb_Executable_use_static_libraries,unoapploader,\ findsofficepath \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_set_targettype_gui,unoapploader,YES)) $(eval $(call gb_Executable_add_cobjects,unoapploader,\ odk/source/unoapploader/win/unoapploader \ )) $(eval $(call gb_Executable_use_system_win32_libs,unoapploader,\ advapi32 \ )) else $(eval $(call gb_Executable_add_cobjects,unoapploader,\ odk/source/unoapploader/unx/unoapploader \ )) $(eval $(call gb_Executable_add_libs,unoapploader,\ $(if $(filter-out FREEBSD NETBSD DRAGONFLY,$(OS)),-ldl) \ )) endif # vim: set ts=4 sw=4 et: option value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-09-27 12:07:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-23 15:19:11 +0100
commitc1acf1d72ea1421cbb460e65ee5b1d9d3200033c (patch)
tree827919cfed95018d15734b5c4329133b0c8d1646 /vcl
parent59cc160f34c214ce1e6474e67ecc566a7faf6864 (diff)
Resolves: #i115630# secured OutputDevice::ImplDrawHatch in vcl