summaryrefslogtreecommitdiff
path: root/stoc/Library_introspection.mk
blob: be2eaf6711e2791f5f294dfa65832496a519a6c8 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Library_Library,introspection))

$(eval $(call gb_Library_use_udk_api,introspection))

$(eval $(call gb_Library_use_libraries,introspection,\
    cppu \
    cppuhelper \
    sal \
    salhelper \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection))

$(eval $(call gb_Library_add_exception_objects,introspection,\
    stoc/source/inspect/introspection \
))

# vim:set shiftwidth=4 softtabstop=4 expandtab:
anm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-08-18fix broken PICTURE (group handling) of LibreLogoLászló Németh (a regression caused by the PyUNO changes of commit af8143bc40cf2cfbc12e77c9bb7de01b655f7b30) Change-Id: I62112555a997f8f57059de21e0f0b174f3c673c6 2015-07-02Related: tdf#92287 Add LibreLogo Tango icons for future useAdolfo Jayme Barrientos Change-Id: I8d1767c64fcdf68084590c7faf869700e7b6ddf3 2015-07-02tdf#92287: Store the Breeze icons for LibreLogo in a subdir.Jan Holesovsky Change-Id: Ib0492a20a83deba2dc4a59a4277072cf140b12c6 2015-07-02Revert "Related: tdf#92287 Breeze: change LogoToolbar icons into breeze icons"Jan Holesovsky We don't have a mechanism to use different icon set for extensions; let's do it at some stage, but until then, please let's not modify the icons to breeze only. This reverts commit 48ecae47a5d1911296549fd31378ff07b402d2ab. 2015-07-02Related: tdf#92287 Breeze: change LogoToolbar icons into breeze iconsandreask Change-Id: I8e576afc2d7d57b6b3d56788e69fc5e1fa3c39ab 2015-06-27tdf#92368 fix saved positions of arcs, segments drawn by LibreLogoLászló Németh Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e 2015-05-18LibreLogo: CLOSE closes, FILL fills points, tooLászló Németh Example: drawing square within a circle: PENUP REPEAT 4 [ FORWARD 100 POINT BACK 100 RIGHT 360/4 ] FILL CIRCLE 200 Change-Id: Ica3ce44306fc985717ff73e8a3dec5dddf69f19b 2015-04-20tdf#90723 LibreLogo: missing oldlcap initializationLászló Németh Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec 2014-11-10avoid exceeding commandline limitsChristian Lohmaier by using make's file function via the var2file wrapper instead of using loooooong echo statements Change-Id: Ie81007ad7de8c4e9f4d07724fba3cbe0e93f821d 2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7 2014-03-31fdo#75109 librelogo: fix localized proceduresLászló Németh Change-Id: Ia6edb02b871a41828758ba5fd5376c811c4084cc 2014-03-18librelogo UI fixes, gradients, log10, improved random colorsLászló Németh Change-Id: I7ef59f9ce589ab0d68b02c1b2ba61c061f9c51ae 2014-02-04librelogo: keep comments at translationLászló Németh Bug report: http://openscope.org/browse/OOO-837 Change-Id: I5c17ed6059107ec8fc12bf9f411e52b22f131065 2014-01-30LibreLogo is not a UNO componentStephan Bergmann Change-Id: I48055d84fd078a131ed8f620575a462fcb101019 2014-01-08Remove bad Emacs mode lineStephan Bergmann Change-Id: Iffefd979cbe5c3ba8daafa92e33e9a288d2d906c 2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d 2014-01-07librelogo: fix messagebox (API changes)László Németh Change-Id: I7fe8c26b7ca93319658c14abd1142f1623141ce8 2014-01-01fdo#73199 librelogo: path, interop. and color name fixesLászló Németh Change-Id: I201c498b0ff002ed92c2fcf9847ac1efc50b3fde