Files
loongoffice/sw/Executable_tiledrendering.mk
roopak12345 a652ea0fc4 fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dir
Moved the files linked in sw/Library_sw.mk from sw/source/ui to
sw/source/core/uibase and modified the make files as per the new
directory location.

Reviewed on:
	https://gerrit.libreoffice.org/8447

Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32
2014-03-09 21:53:34 +01:00

46 lines
1.0 KiB
Makefile

# -*- 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_Executable_Executable,tiledrendering))
$(eval $(call gb_Executable_use_external,tiledrendering,boost_headers))
$(eval $(call gb_Executable_use_api,tiledrendering,\
offapi \
udkapi \
))
$(eval $(call gb_Executable_set_include,tiledrendering,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/uibase/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Executable_use_static_libraries,tiledrendering,\
vclmain \
))
$(eval $(call gb_Executable_use_libraries,tiledrendering,\
comphelper \
cppu \
cppuhelper \
sal \
tl \
ucbhelper \
vcl \
sfx \
sw \
))
$(eval $(call gb_Executable_add_exception_objects,tiledrendering,\
sw/qa/tiledrendering/tiledrendering \
))
# vim: set noet sw=4 ts=4: