summaryrefslogtreecommitdiff
path: root/starmath/AllLangResTarget_sm.mk
blob: 9ef487d8e51bc91cc838959667115444d4fea666 (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
# -*- 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_AllLangResTarget_AllLangResTarget,sm))

$(eval $(call gb_AllLangResTarget_set_reslocation,sm,starmath))

$(eval $(call gb_AllLangResTarget_add_srs,sm,\
	sm/res \
))

$(eval $(call gb_SrsTarget_SrsTarget,sm/res))

$(eval $(call gb_SrsTarget_set_include,sm/res,\
	-I$(SRCDIR)/starmath/inc \
	$$(INCLUDE) \
))

$(eval $(call gb_SrsTarget_add_files,sm/res,\
    starmath/source/smres.src \
    starmath/source/commands.src \
    starmath/source/symbol.src \
))

# vim: set noet sw=4 ts=4:
ries and components in sc test makefilesMarkus Mohrhard Change-Id: I38cda4e1ba520c9bb15f71b27543cb80fd696424 2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e 2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan Change-Id: Icc281ece80b81cdd95b6660c6a82077d283f5a62 2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> 2013-11-09fixup sc chart regression testLionel Elie Mamane does not pass though; leave that to the domain experts Change-Id: Ic8b712ad4e1eca892d51d03d3a93b8c8087074dc 2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan ..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>