.NET Bindings: Switch for old windows CLI bindings
[libreoffice.git] / vbahelper / Library_vbahelper.mk
blobab93f91f3295746f5583453b975ce867333a2c58
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,vbahelper))
22 # in case UNO services are exported: declare location of component file
23 #$(eval $(call gb_Library_set_componentfile,vbahelper,vbahelper/COMPONENT_FILE,services))
25 $(eval $(call gb_Library_add_defs,vbahelper,\
26 -DVBAHELPER_DLLIMPLEMENTATION \
29 $(eval $(call gb_Library_use_external,vbahelper,boost_headers))
31 $(eval $(call gb_Library_set_precompiled_header,vbahelper,vbahelper/inc/pch/precompiled_vbahelper))
33 $(eval $(call gb_Library_use_api,vbahelper,\
34 udkapi \
35 offapi \
36 oovbaapi \
39 # add libraries to be linked to vbahelper; again these names need to be given as
40 # specified in Repository.mk
41 $(eval $(call gb_Library_use_libraries,vbahelper,\
42 comphelper \
43 cppu \
44 cppuhelper \
45 msfilter \
46 sal \
47 sb \
48 sfx \
49 svl \
50 svt \
51 svxcore \
52 tk \
53 tl \
54 utl \
55 vcl \
58 # add all source files that shall be compiled with exceptions enabled
59 # the name is relative to $(SRCROOT) and must not contain an extension
60 $(eval $(call gb_Library_add_exception_objects,vbahelper,\
61 vbahelper/source/vbahelper/vbaapplicationbase \
62 vbahelper/source/vbahelper/vbacolorformat \
63 vbahelper/source/vbahelper/vbacommandbar \
64 vbahelper/source/vbahelper/vbacommandbarcontrol \
65 vbahelper/source/vbahelper/vbacommandbarcontrols \
66 vbahelper/source/vbahelper/vbacommandbarhelper \
67 vbahelper/source/vbahelper/vbacommandbars \
68 vbahelper/source/vbahelper/vbadialogbase \
69 vbahelper/source/vbahelper/vbadialogsbase \
70 vbahelper/source/vbahelper/vbadocumentbase \
71 vbahelper/source/vbahelper/vbadocumentsbase \
72 vbahelper/source/vbahelper/vbaeventshelperbase \
73 vbahelper/source/vbahelper/vbafillformat \
74 vbahelper/source/vbahelper/vbafontbase \
75 vbahelper/source/vbahelper/vbaglobalbase \
76 vbahelper/source/vbahelper/vbahelper \
77 vbahelper/source/vbahelper/vbalineformat \
78 vbahelper/source/vbahelper/vbapagesetupbase \
79 vbahelper/source/vbahelper/vbapictureformat \
80 vbahelper/source/vbahelper/vbapropvalue \
81 vbahelper/source/vbahelper/vbashape \
82 vbahelper/source/vbahelper/vbashaperange \
83 vbahelper/source/vbahelper/vbashapes \
84 vbahelper/source/vbahelper/vbatextframe \
85 vbahelper/source/vbahelper/vbawindowbase \
88 # vim: set noet sw=4 ts=4: