vs2012 express support.
[LibreOffice.git] / desktop / Library_active_native.mk
blob7c09c10737ec59ddbe5ff1bad9b4cb70cafb7b57
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_Library_Library,active_native))
12 $(eval $(call gb_Library_add_exception_objects,active_native, \
13 desktop/test/deployment/active/active_native \
16 $(eval $(call gb_Library_use_externals,active_native, \
17 boost_headers \
20 $(eval $(call gb_Library_use_libraries,active_native, \
21 cppu \
22 cppuhelper \
23 sal \
26 $(eval $(call gb_Library_use_sdk_api,active_native))
28 # vim: set noet sw=4 ts=4: