[en-US] Added 13 words to autocorrect
[LibreOffice.git] / svl / CppunitTest_svl_lngmisc.mk
blob377ce7fb67fc45a0e37a6345870e1ee1bb4a908b
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/.
10 $(eval $(call gb_CppunitTest_CppunitTest,svl_lngmisc))
12 $(eval $(call gb_CppunitTest_add_exception_objects,svl_lngmisc, \
13 svl/qa/unit/test_lngmisc \
16 # add a list of all needed libraries here
17 $(eval $(call gb_CppunitTest_use_libraries,svl_lngmisc, \
18 cppu \
19 cppuhelper \
20 sal \
21 salhelper \
22 svl \
25 ifeq ($(OS),WNT)
26 $(eval $(call gb_CppunitTest_use_system_win32_libs,svl_lngmisc, \
27 oleaut32 \
29 endif
31 $(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
32 -I$(SRCDIR)/svl/source/inc \
33 $$(INCLUDE) \
36 # vim: set noet sw=4 ts=4: