summaryrefslogtreecommitdiff
path: root/desktop/StaticLibrary_winloader.mk
blob: abee2aa3eef9db995949b3b84ecd018651a301da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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_StaticLibrary_StaticLibrary,winloader))

$(eval $(call gb_StaticLibrary_use_externals,winloader,\
    boost_headers \
))

$(eval $(call gb_StaticLibrary_add_exception_objects,winloader,\
    desktop/win32/source/loader \
))

# vim:set noet sw=4 ts=4:
pt.mk?id=42af04bf2493508b481b3d6a32c71bd03fa7191b'>do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák 2017-07-21migrate to boost::gettextCaolán McNamara 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2014-05-14update_pch: add reportdesignThomas Arnhold 2013-04-24reportdesign: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-05new module i18nlangtagEike Rathke 2013-03-04make lto workPeter Foley 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl