summaryrefslogtreecommitdiff
path: root/sot/Library_sot.mk
blob: ffe17054352e143f5d3200386e7836e1eaecc9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Library_Library,sot))

$(eval $(call gb_Library_set_componentfile,sot,sot/util/sot))

$(eval $(call gb_Library_use_external,sot,boost_headers))

$(eval $(call gb_Library_use_sdk_api,sot))

$(eval $(call gb_Library_add_defs,sot,\
    -DSOT_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_use_libraries,sot,\
    comphelper \
    cppu \
    cppuhelper \
    sal \
	i18nlangtag \
    tl \
    ucbhelper \
    utl \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,sot,\
    sot/source/unoolestorage/xolesimplestorage \
    sot/source/unoolestorage/register \
    sot/source/base/formats \
    sot/source/base/object \
    sot/source/base/exchange \
    sot/source/base/filelist \
    sot/source/base/factory \
    sot/source/sdstor/stg \
    sot/source/sdstor/stgavl \
    sot/source/sdstor/stgcache \
    sot/source/sdstor/stgdir \
    sot/source/sdstor/stgelem \
    sot/source/sdstor/stgio \
    sot/source/sdstor/stgole \
    sot/source/sdstor/stgstrms \
    sot/source/sdstor/storage \
    sot/source/sdstor/storinfo \
    sot/source/sdstor/ucbstorage \
))

# vim: set noet sw=4 ts=4:
490b'>Avoid Solar Mutex deadlocks when disposing servicesStephan Bergmann 2014-06-09postprocess: command line limit work around for Win32 makeMichael Stahl 2014-06-09move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon 2014-06-09Revert "Revert "Make sure to dispose services supporting the XComponent proto...Markus Mohrhard 2014-06-09don"t execute test on windows, deadlocksMarkus Mohrhard 2014-06-07Revert "Make sure to dispose services supporting the XComponent protocol"Markus Mohrhard 2014-06-04DeInitVCL at end of testsStephan Bergmann 2014-05-29Make the wdb/wks and GreatWorks(draw) workosnola 2014-05-22use $(gb_AWK) instead of awkChristian Lohmaier 2014-05-22using xargs for string manipulation is somewhat of an abuseChristian Lohmaier 2014-05-19fdo#78815 Fix report builder toolbox controllerMaxim Monastirsky 2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist 2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist 2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist 2014-05-15The AVMedia framework is not deprecatedTor Lillqvist 2014-05-15Add avmediaMacAVFTor Lillqvist 2014-05-15We build avmediaQuickTime as 64-bit too nowTor Lillqvist 2014-05-15Make sure to dispose services supporting the XComponent protocolStephan Bergmann 2014-05-08various: sal_Bool->boolNoel Grandin 2014-05-07No fpicker needed for non-DESKTOP surely?Tor Lillqvist 2014-05-01Introduce centralized detection for storage-based filesMaxim Monastirsky